From 1026deb7ef24677a2a0b48b4297911a4c2eceb6d Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 4 Feb 2011 21:04:34 +0000 Subject: Added new priority 'requires' for plugin dep system. You can now say that a plugin is required to be after / before another plugin in the system. git-svn-id: http://code.elgg.org/elgg/trunk@8016 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggMenuItem.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'engine/classes/ElggMenuItem.php') diff --git a/engine/classes/ElggMenuItem.php b/engine/classes/ElggMenuItem.php index 40df8f182..a190a89ef 100644 --- a/engine/classes/ElggMenuItem.php +++ b/engine/classes/ElggMenuItem.php @@ -46,17 +46,17 @@ class ElggMenuItem { /** * @var string Identifier of this item's parent */ - protected $parent_name = ''; + protected $parent_name = ''; - /** - * @var ElggMenuItem The parent object or null - */ - protected $parent = null; + /** + * @var ElggMenuItem The parent object or null + */ + protected $parent = null; - /** - * @var array Array of children objects or empty array - */ - protected $children = array(); + /** + * @var array Array of children objects or empty array + */ + protected $children = array(); /** * ElggMenuItem constructor -- cgit v1.2.3