Class AdminSubMenu

Description

Class used for admin Menu wrapper.

Represents a Admin Submenu.

Note: There are two kind of Admin Menus, TOP Level and direct Childs. There is no plan for the future to add deeper Menus Structures.

  • version: $Id: AdminSubMenu.php,v 1.6 2006/11/26 22:04:13 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
AdminMenu
   |
   --AdminSubMenu
Method Summary
AdminSubMenu AdminSubMenu ( $id)
void checkUserRights ( $userID)
void isTranslated ()
Methods
Constructor AdminSubMenu (line 43)
AdminSubMenu AdminSubMenu ( $id)
  • $id
checkUserRights (line 61)
void checkUserRights ( $userID)
  • $userID

Redefinition of:
AdminMenu::checkUserRights()
Checks if the User with the given ID is allowed to access this Menu.
isTranslated (line 48)
void isTranslated ()

Redefinition of:
AdminMenu::isTranslated()
This indicates whether this PlugIn is translated or not.
loadTranslationForMenu (line 54)
void loadTranslationForMenu ()

Redefinition of:
AdminMenu::loadTranslationForMenu()
This indicates whether this PlugIn should load the PlugIns translation File for displaying the Menus Name and Mouse-Over description within the Navigation Frame.

Inherited Methods

Inherited From AdminMenu

AdminMenu::AdminMenu()
AdminMenu::checkUserRights()
AdminMenu::countChilds()
AdminMenu::getChilds()
AdminMenu::getConfig()
AdminMenu::getDescription()
AdminMenu::getFileName()
AdminMenu::getID()
AdminMenu::getName()
AdminMenu::getPath()
AdminMenu::getTitle()
AdminMenu::hasChilds()
AdminMenu::hideMenu()
AdminMenu::isScript()
AdminMenu::isTranslated()
AdminMenu::loadTranslationForMenu()
AdminMenu::translate()

Documentation generated by phpDocumentor 1.3.1