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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-03-20 21:31:52 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-03-20 21:31:52 +0300
commit35ac4245e9849224fa8944a904ce4d8e5d79c805 (patch)
tree50877fc3ef12d4ad7bbf63f39f771f301452fa48 /plugins/ExampleAPI
parent4316a1d12c31d07d13e2ede9ff9056f40c636944 (diff)
fixes #1222 - document the version number policy; point developers (who read the code) to Piwik_Plugin (core/Plugin.php)
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()