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
path: root/core/Menu
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2014-06-10 06:39:02 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-06-10 06:39:02 +0400
commitb8aa95f7fe7b251abe81bd6664c2a15cf5129197 (patch)
tree073d50b6a46c09e491181df01150115f091bc28e /core/Menu
parent3a28d26de32257045850ea5a602b970a9b5be3f7 (diff)
parent0dc6a6cb8d12d95f172b754405929e5db439d551 (diff)
Merge pull request #308 from piwik/plugin_widget_refactoring
refs #5326 Provide simpler Widgets API
Diffstat (limited to 'core/Menu')
-rw-r--r--core/Menu/MenuAdmin.php1
-rw-r--r--core/Menu/MenuReporting.php1
-rw-r--r--core/Menu/MenuTop.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/core/Menu/MenuAdmin.php b/core/Menu/MenuAdmin.php
index 5c997e1566..8b11500c12 100644
--- a/core/Menu/MenuAdmin.php
+++ b/core/Menu/MenuAdmin.php
@@ -59,6 +59,7 @@ class MenuAdmin extends MenuAbstract
/**
* @ignore
+ * @deprecated
*/
Piwik::postEvent('Menu.Admin.addItems', array());
diff --git a/core/Menu/MenuReporting.php b/core/Menu/MenuReporting.php
index 737674d3eb..146c6d08f1 100644
--- a/core/Menu/MenuReporting.php
+++ b/core/Menu/MenuReporting.php
@@ -63,6 +63,7 @@ class MenuReporting extends MenuAbstract
/**
* @ignore
+ * @deprecated
*/
Piwik::postEvent('Menu.Reporting.addItems', array());
diff --git a/core/Menu/MenuTop.php b/core/Menu/MenuTop.php
index c8f8723fea..1b3b543179 100644
--- a/core/Menu/MenuTop.php
+++ b/core/Menu/MenuTop.php
@@ -96,6 +96,7 @@ class MenuTop extends MenuAbstract
/**
* @ignore
+ * @deprecated
*/
Piwik::postEvent('Menu.Top.addItems', array());