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:
authorrobocoder <anthon.pang@gmail.com>2010-03-20 21:31:52 +0300
committerrobocoder <anthon.pang@gmail.com>2010-03-20 21:31:52 +0300
commit8965c1f0fd7f00809f47c8fe0c7b6ecd4cf9866e (patch)
tree50877fc3ef12d4ad7bbf63f39f771f301452fa48 /plugins/ExampleAPI
parent9c21a76d35ec34669deee3858f1a3fd4067d4bbf (diff)
fixes #1222 - document the version number policy; point developers (who read the code) to Piwik_Plugin (core/Plugin.php)
git-svn-id: http://dev.piwik.org/svn/trunk@1964 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/ExampleAPI.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ExampleAPI/ExampleAPI.php b/plugins/ExampleAPI/ExampleAPI.php
index 25ffd2c687..62c630277f 100644
--- a/plugins/ExampleAPI/ExampleAPI.php
+++ b/plugins/ExampleAPI/ExampleAPI.php
@@ -19,6 +19,9 @@ class Piwik_ExampleAPI extends Piwik_Plugin
{
/**
* Return information about this plugin.
+ *
+ * @see Piwik_Plugin
+ *
* @return array
*/
public function getInformation()