Class: AdminSubMenu

Source Location: /CORE/system/classes/administration/AdminSubMenu.php

Class AdminSubMenu

Class Overview

DEPRECATED!!! Use AdminMenuItem instead!!!!

Located in /CORE/system/classes/administration/AdminSubMenu.php [line 37]

AdminMenuItem
   |
   --AdminSubMenu
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: AdminSubMenu.php,v 1.7 2007/06/12 00:06:38 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From AdminMenuItem

AdminMenuItem::AdminMenuItem()
Initializes this Menu with the Settings of the given ID.
AdminMenuItem::checkPermissions()
AdminMenuItem::getConfig()
Returns the Config setting of this Admin Plugin.
AdminMenuItem::getDescription()
Get the translated Description for this Menu. This can be a longer text, exactly saying what this PlugIn is meant for and other real important usage information.
AdminMenuItem::getFileName()
Get the File Name for this PlugIn.
AdminMenuItem::getID()
Returns the Menu ID. Used to build Administration Links.
AdminMenuItem::getName()
Get the translated Menu Name.
AdminMenuItem::getPath()
Get the Path of this Menu.
AdminMenuItem::getPermissions()
AdminMenuItem::getTitle()
Get the translated Title for this Menu. Title is most often a one-sentence info message about this Administration PlugIn.
AdminMenuItem::isHidden()
Returns whether this Menu (dynamic menus can use of this) should be shown in the Navigation.
AdminMenuItem::isTranslated()
This indicates whether this PlugIn is translated or not.
AdminMenuItem::loadTranslation()
AdminMenuItem::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.

[ Top ]
Method Summary
AdminSubMenu   AdminSubMenu()  

[ Top ]
Methods
Constructor AdminSubMenu  [line 39]

  AdminSubMenu AdminSubMenu( $id  )

Parameters:
   $id: 


[ Top ]