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-12-06 01:49:56 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-06 01:49:56 +0400
commit777ca60440aa67e436fb15bb0fc1bd445d32ce78 (patch)
treee3557a53472016259873109e2932f99b764be42c /core/Plugin/ViewDataTable.php
parentb6c2cf90277b6abeabe13910b04ef286c66a4b67 (diff)
Fixes #4199, revising event docs and closing ticket.
Diffstat (limited to 'core/Plugin/ViewDataTable.php')
-rw-r--r--core/Plugin/ViewDataTable.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/Plugin/ViewDataTable.php b/core/Plugin/ViewDataTable.php
index 204c25a9fa..b3b64ac05a 100644
--- a/core/Plugin/ViewDataTable.php
+++ b/core/Plugin/ViewDataTable.php
@@ -124,13 +124,14 @@ abstract class ViewDataTable implements ViewInterface
/**
* Triggered during {@link ViewDataTable} construction. Subscribers should customize
- * the view based on the report that it is displaying.
+ * the view based on the report that is being displayed.
*
* Plugins that define their own reports must subscribe to this event in order to
- * specify how the Piwik UI will display the report.
+ * specify how the Piwik UI should display the report.
*
* **Example**
*
+ * // event handler
* public function configureViewDataTable(ViewDataTable $view)
* {
* switch ($view->requestConfig->apiMethodToRequestDataTable) {