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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-07-13 05:49:02 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-13 05:49:02 +0400
commitae75d23848edd274094b7bb54b98a6af36338a24 (patch)
tree1af69223805a275adbcdb1c4ce2ed221bbe338de /plugins/API
parent7e3a751a99f00569a33b03fbeecc8e2543eb9b56 (diff)
parent349f28088cac598b3c9a8e5686fefbd9aaef8cc4 (diff)
Merge branch 'master' of github.com:piwik/piwik into pleineLune__less-installation
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/API.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/API/API.php b/plugins/API/API.php
index cdc6f4492e..69b33db39d 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -14,7 +14,9 @@
*/
class Piwik_API extends Piwik_Plugin
{
-
+ /**
+ * @see Piwik_Plugin::getInformation
+ */
public function getInformation()
{
return array(
@@ -25,6 +27,9 @@ class Piwik_API extends Piwik_Plugin
);
}
+ /**
+ * @see Piwik_Plugin::getListHooksRegistered
+ */
public function getListHooksRegistered()
{
return array(