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:
authormattab <matthieu.aubry@gmail.com>2013-10-10 05:38:44 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-10 05:38:44 +0400
commitb6a4d25127b207143b500295432ba53e9a018c84 (patch)
treeff3017d32b63cb2018085d053023cb0466a882c5 /core/Menu
parent13b35fa25a615366c78ef682798e40e83f961713 (diff)
Refs #4208 Move Plugin classes to core/Plugin for clarity
Diffstat (limited to 'core/Menu')
-rw-r--r--core/Menu/MenuAbstract.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/Menu/MenuAbstract.php b/core/Menu/MenuAbstract.php
index fc4eddb0ca..edd53161ba 100644
--- a/core/Menu/MenuAbstract.php
+++ b/core/Menu/MenuAbstract.php
@@ -25,11 +25,6 @@ abstract class MenuAbstract
protected $renames = array();
protected $orderingApplied = false;
- /*
- * Can't enforce static function in 5.2.
- */
- //abstract static public function getInstance();
-
/**
* Builds the menu, applies edits, renames
* and orders the entries.