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:
Diffstat (limited to 'core/Menu/MenuUser.php')
-rwxr-xr-xcore/Menu/MenuUser.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Menu/MenuUser.php b/core/Menu/MenuUser.php
index a174f8692b..6cbd9be7fe 100755
--- a/core/Menu/MenuUser.php
+++ b/core/Menu/MenuUser.php
@@ -38,6 +38,7 @@ class MenuUser extends MenuAbstract
* @param int $order
* @param bool|string $tooltip
* @api
+ * @since 2.5.0
*/
public function addManageItem($menuName, $url, $order = 50, $tooltip = false)
{
@@ -51,6 +52,7 @@ class MenuUser extends MenuAbstract
* @param int $order
* @param bool|string $tooltip
* @api
+ * @since 2.5.0
*/
public function addPlatformItem($menuName, $url, $order = 50, $tooltip = false)
{