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-05-14 07:26:42 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-14 07:26:42 +0400
commitf1a49af46950d43e19890c0dcc9c03e92daebda4 (patch)
treed3a1a504da745940274fff3a86760948d7bf4256 /core/Menu
parent1bf9a20999aa4413f4b888c848107ed43234fb38 (diff)
fix event example
Diffstat (limited to 'core/Menu')
-rw-r--r--core/Menu/MenuMain.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Menu/MenuMain.php b/core/Menu/MenuMain.php
index 2cbffe0eda..1900d0d28e 100644
--- a/core/Menu/MenuMain.php
+++ b/core/Menu/MenuMain.php
@@ -71,11 +71,11 @@ class MenuMain extends MenuAbstract
*
* **Example**
*
- * use Piwik\Menu\Main;
+ * use Piwik\Menu\MenuMain;
*
* public function addMenuItems()
* {
- * Main::getInstance()->add(
+ * MenuMain::getInstance()->add(
* 'CustomMenuName',
* 'CustomSubmenuName',
* array('module' => 'MyPlugin', 'action' => 'index'),