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:
authorThomas Steur <thomas.steur@googlemail.com>2014-05-26 07:50:38 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-26 07:50:38 +0400
commitaf0e0c63d03ec2be29e15df86a22bf29de687d83 (patch)
tree7f04f0cff07d94ff930047b5692b5d960cbb388f /core/Menu/MenuAbstract.php
parented25c17272610f966ae500dd686000a1901029ac (diff)
refs #5192 added some doc blocks and prevent the menu hooks from appearing in the documentation as they are deprecated
Diffstat (limited to 'core/Menu/MenuAbstract.php')
-rw-r--r--core/Menu/MenuAbstract.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Menu/MenuAbstract.php b/core/Menu/MenuAbstract.php
index ebdf22b5fd..4ffbe8f532 100644
--- a/core/Menu/MenuAbstract.php
+++ b/core/Menu/MenuAbstract.php
@@ -107,7 +107,7 @@ abstract class MenuAbstract extends Singleton
* @param boolean $displayedForCurrentUser Whether this menu entry should be displayed for the
* current user. If false, the entry will not be added.
* @param int $order The order hint.
- * @param false|string $tooltip An optional tooltip to display.
+ * @param bool|string $tooltip An optional tooltip to display or false to display the tooltip.
* @api
*/
public function add($menuName, $subMenuName, $url, $displayedForCurrentUser = true, $order = 50, $tooltip = false)
@@ -207,6 +207,7 @@ abstract class MenuAbstract extends Singleton
* @param $mainMenuToEdit
* @param $subMenuToEdit
* @param $newUrl
+ * @api
*/
public function editUrl($mainMenuToEdit, $subMenuToEdit, $newUrl)
{