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 <thomas.steur@googlemail.com>2014-07-22 12:44:27 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-07-22 12:44:27 +0400
commit02cc2abded006cffe157e55ee78ab202406103cc (patch)
treec3412fd8fcaaa3a78be8f78028d806dbfd9e925f /core/Menu
parente5406d297315a7b399a82b118649b70a5577b477 (diff)
refs #5192 forgot the since annotation
Diffstat (limited to 'core/Menu')
-rw-r--r--core/Menu/MenuAdmin.php5
-rw-r--r--core/Menu/MenuReporting.php3
-rwxr-xr-xcore/Menu/MenuUser.php2
3 files changed, 10 insertions, 0 deletions
diff --git a/core/Menu/MenuAdmin.php b/core/Menu/MenuAdmin.php
index 7aa358c206..cff021bb56 100644
--- a/core/Menu/MenuAdmin.php
+++ b/core/Menu/MenuAdmin.php
@@ -55,6 +55,7 @@ class MenuAdmin extends MenuAbstract
* @param int $order
* @param bool|string $tooltip
* @api
+ * @since 2.5.0
*/
public function addDevelopmentItem($menuName, $url, $order = 50, $tooltip = false)
{
@@ -68,6 +69,7 @@ class MenuAdmin extends MenuAbstract
* @param int $order
* @param bool|string $tooltip
* @api
+ * @since 2.5.0
*/
public function addDiagnosticItem($menuName, $url, $order = 50, $tooltip = false)
{
@@ -81,6 +83,7 @@ class MenuAdmin extends MenuAbstract
* @param int $order
* @param bool|string $tooltip
* @api
+ * @since 2.5.0
*/
public function addPlatformItem($menuName, $url, $order = 50, $tooltip = false)
{
@@ -94,6 +97,7 @@ class MenuAdmin extends MenuAbstract
* @param int $order
* @param bool|string $tooltip
* @api
+ * @since 2.5.0
*/
public function addSettingsItem($menuName, $url, $order = 50, $tooltip = false)
{
@@ -107,6 +111,7 @@ class MenuAdmin extends MenuAbstract
* @param int $order
* @param bool|string $tooltip
* @api
+ * @since 2.5.0
*/
public function addManageItem($menuName, $url, $order = 50, $tooltip = false)
{
diff --git a/core/Menu/MenuReporting.php b/core/Menu/MenuReporting.php
index bb47815305..c2d1801a8f 100644
--- a/core/Menu/MenuReporting.php
+++ b/core/Menu/MenuReporting.php
@@ -41,6 +41,7 @@ class MenuReporting extends MenuAbstract
* @param int $order
* @param bool|string $tooltip
* @api
+ * @since 2.5.0
*/
public function addVisitorsItem($menuName, $url, $order = 50, $tooltip = false)
{
@@ -54,6 +55,7 @@ class MenuReporting extends MenuAbstract
* @param int $order
* @param bool|string $tooltip
* @api
+ * @since 2.5.0
*/
public function addActionsItem($menuName, $url, $order = 50, $tooltip = false)
{
@@ -67,6 +69,7 @@ class MenuReporting extends MenuAbstract
* @param int $order
* @param bool|string $tooltip
* @api
+ * @since 2.5.0
*/
public function addReferrersItem($menuName, $url, $order = 50, $tooltip = false)
{
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)
{