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:
authorsgiehl <stefan@piwik.org>2013-07-12 19:24:28 +0400
committersgiehl <stefan@piwik.org>2013-07-12 19:24:28 +0400
commit91ea06716a7ba1250099686c2cdb824da526de56 (patch)
treede107269d0562a895429cbdd0f571c9fc7296216 /plugins/SegmentEditor
parent73b20945c89c2c9c15873d4a853dc6c4542134f5 (diff)
fixed/added some missing doc blocks
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 ce1825a524..4d41832a70 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(