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:
authorThomas Steur <thomas.steur@gmail.com>2013-10-17 06:51:13 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-17 06:51:13 +0400
commitc1477788d31a5f8a299c010e15980c2c07ebd6f8 (patch)
treec5683a245c737559effaa14fb98c1e690384f8ab /plugins/ExampleVisualization
parent20fabf83f93ce017bf330a8d3557b049d626c2c3 (diff)
renamed configureVisualization to beforeRender and trigger it at after filters are applied. makes it easier to understand that this hook is meant to force the value of some config properties. this change probably breaks some features, will fix it then
Diffstat (limited to 'plugins/ExampleVisualization')
-rw-r--r--plugins/ExampleVisualization/SimpleTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleVisualization/SimpleTable.php b/plugins/ExampleVisualization/SimpleTable.php
index 881f13cc81..54df1ff880 100644
--- a/plugins/ExampleVisualization/SimpleTable.php
+++ b/plugins/ExampleVisualization/SimpleTable.php
@@ -24,7 +24,7 @@ class SimpleTable extends Visualization
const FOOTER_ICON_TITLE = 'Simple Table';
const FOOTER_ICON = 'plugins/ExampleVisualization/images/table.png';
- public function configureVisualization()
+ public function beforeRender()
{
// Configure how your visualization should look like, for instance you can disable search
// $this->config->show_search = false