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/MenuReporting.php')
-rw-r--r--core/Menu/MenuReporting.php3
1 files changed, 3 insertions, 0 deletions
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)
{