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:
authorsgiehl <stefangiehl@gmail.com>2012-05-03 02:08:23 +0400
committersgiehl <stefangiehl@gmail.com>2012-05-03 02:08:23 +0400
commit0e64dd6c7cdfa5c10a71e2c354cc545b2c592c81 (patch)
tree3c0d8708a7e5cb3287ab17394d107543eeb819d3 /plugins/ExamplePlugin
parent9f5147e17b2f728e1071b2e7f18dd386e92f70a5 (diff)
added/fixed several doc blocks; fixed some css
git-svn-id: http://dev.piwik.org/svn/trunk@6243 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/ExamplePlugin.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/ExamplePlugin.php b/plugins/ExamplePlugin/ExamplePlugin.php
index 2d5e3bafb6..5fc32afcda 100644
--- a/plugins/ExamplePlugin/ExamplePlugin.php
+++ b/plugins/ExamplePlugin/ExamplePlugin.php
@@ -43,7 +43,10 @@ class Piwik_ExamplePlugin extends Piwik_Plugin
// 'Controller.renderView' => 'addUniqueVisitorsColumnToGivenReport',
);
}
-
+
+ /**
+ * @param Piwik_Event_Notification $notification notification object
+ */
function addUniqueVisitorsColumnToGivenReport($notification)
{
$view = $notification->getNotificationInfo();