Class: AdminMenuItemDynamic

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

Class AdminMenuItemDynamic

Class Overview

Class used for admin Menu wrapper.

Represents a Admin TOP LEVEL Menu.

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.

Located in /CORE/system/classes/administration/AdminMenuItemDynamic.php [line 43]

AdminMenuItem
   |
   --AdminMenuItemDynamic
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: AdminMenuItemDynamic.php,v 1.2 2008/03/15 23:07:33 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
AdminMenuItemDynamic   AdminMenuItemDynamic()   Initializes this Menu with the Settings of the given ID.
void   loadTranslation()  

[ Top ]
Methods
Constructor AdminMenuItemDynamic  [line 49]

  AdminMenuItemDynamic AdminMenuItemDynamic( $directory, $id, &$parent  )

Initializes this Menu with the Settings of the given ID.

Parameters:
   $directory: 
   $id: 
   &$parent: 


[ Top ]
loadTranslation  [line 63]

  void loadTranslation( )



Redefinition of:
AdminMenuItem::loadTranslation()

[ Top ]