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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-11-26 02:17:56 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-11-26 06:29:03 +0400
commitc8880f4afe791835584e2e1580807d232591ded0 (patch)
treef8c784a962e9746a3489b9f34e885a998c7f02d0 /plugins/ExampleVisualization
parent88b7991cb3f3eafadf5834e300152ca917ec5792 (diff)
Refs #4200, fixing typo in method name and tweaking docs.
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 d3741746db..4d1c8b0bbe 100644
--- a/plugins/ExampleVisualization/SimpleTable.php
+++ b/plugins/ExampleVisualization/SimpleTable.php
@@ -45,7 +45,7 @@ class SimpleTable extends Visualization
// $this->dateTable->filter($nameOrClosure, $parameters);
}
- public function afterAllFilteresAreApplied()
+ public function afterAllFiltersAreApplied()
{
// this hook is executed after the data table is loaded and after all filteres are applied.
// format your data here that you want to pass to the view