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/SegmentEditor
parent7e3a751a99f00569a33b03fbeecc8e2543eb9b56 (diff)
parent349f28088cac598b3c9a8e5686fefbd9aaef8cc4 (diff)
Merge branch 'master' of github.com:piwik/piwik into pleineLune__less-installation
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/SegmentEditor.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/SegmentEditor/SegmentEditor.php b/plugins/SegmentEditor/SegmentEditor.php
index 98bf1040a6..194f0b2168 100644
--- a/plugins/SegmentEditor/SegmentEditor.php
+++ b/plugins/SegmentEditor/SegmentEditor.php
@@ -14,6 +14,9 @@
*/
class Piwik_SegmentEditor extends Piwik_Plugin
{
+ /**
+ * @see Piwik_Plugin::getInformation
+ */
public function getInformation()
{
return array(
@@ -24,6 +27,9 @@ class Piwik_SegmentEditor extends Piwik_Plugin
);
}
+ /**
+ * @see Piwik_Plugin::getListHooksRegistered
+ */
public function getListHooksRegistered()
{
return array(