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/ExamplePlugin
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/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/ExamplePlugin.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/ExamplePlugin/ExamplePlugin.php b/plugins/ExamplePlugin/ExamplePlugin.php
index 6e9a57d28e..6d17f6fd91 100644
--- a/plugins/ExamplePlugin/ExamplePlugin.php
+++ b/plugins/ExamplePlugin/ExamplePlugin.php
@@ -16,6 +16,13 @@
*/
class Piwik_ExamplePlugin extends Piwik_Plugin
{
+ /**
+ * Return information about this plugin.
+ *
+ * @see Piwik_Plugin
+ *
+ * @return array
+ */
public function getInformation()
{
return array(