Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-31 03:27:14 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-31 03:27:14 +0400
commit56eaab28c71b0720f87af9c8d90245d9fe18830d (patch)
treee459e19ad3b4b2932ba7d12335041bf3307f56b3 /core/ViewDataTable.php
parent92d0c48503601bbd75029f619049ca2305c30a00 (diff)
- fixing ordering on graphs
- adding documentation to specify that plugins can define their own translation files
Diffstat (limited to 'core/ViewDataTable.php')
-rw-r--r--core/ViewDataTable.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index 3e998be4e5..9854c2b081 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -600,6 +600,17 @@ abstract class Piwik_ViewDataTable
}
/**
+ * The queued filters (replace column names, enhance column with percentage signs, add logo metadata information, etc.)
+ * will not be applied to this datatable. They can be manually applied by calling applyQueuedFilters on the datatable.
+ *
+ * @return void
+ */
+ public function disableQueuedFilters()
+ {
+ $this->variablesDefault['disable_queued_filters'] = true;
+ }
+
+ /**
* The "X-Y of Z" won't be displayed under this table
* @return void
*/