MINOR phpDoc changes in LeftAndMain - removal of @usedby which doesn't exist, replaced with @uses on the remote function

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@64503 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-10-18 22:34:02 +00:00
parent b4d519d2cb
commit 3579cea26e

View File

@ -17,7 +17,6 @@ class LeftAndMain extends Controller {
* Default menu items for the core cms functionality,
* set in cms/_config.php.
*
* @usedby {@link add_menu_item()}
* @var array
*/
protected static $menu_items = array();
@ -977,6 +976,8 @@ JS;
/**
* Add a navigation item to the main administration menu showing in the top bar.
*
* @uses {@link LeftAndMain::$menu_items}
*
* @param string $code Unique identifier for this menu item (e.g. used by {@link replace_menu_item()} and
* {@link remove_menu_item}. Also used as a CSS-class for icon customization.
* @param string $menuTitle Localized title showing in the menu bar