Class MenusModelMenutypes

Description

Menu Item Types Model for Menus.

  • version: 1.6

Located in /administrator/components/com_menus/models/menutypes.php (line 19)

JObject
   |
   --JModel
      |
      --MenusModelMenutypes
Variable Summary
array $rlu
Method Summary
array getReverseLookup ()
array getTypeOptions ()
void getTypeOptionsByComponent ( $component)
void getTypeOptionsFromLayouts ( $component,  $view)
void getTypeOptionsFromMVC ( $component)
void getTypeOptionsFromXML ( $file,  $component)
Variables
array $rlu = array() (line 26)

A reverse lookup of the base link URL to Title

  • access: protected

Inherited Variables

Inherited from JModel

JModel::$event_clean_cache
JModel::$name
JModel::$option
JModel::$state
JModel::$_db
JModel::$__state_set

Inherited from JObject

JObject::$_errors
Methods
getReverseLookup (line 34)

Method to get the reverse lookup of the base link URL to Title

  • return: Array of reverse lookup of the base link URL to Title
  • since: 1.6
  • access: public
array getReverseLookup ()
getTypeOptions (line 48)

Method to get the available menu item type options.

  • return: Array of groups with menu item types.
  • since: 1.6
  • access: public
array getTypeOptions ()
getTypeOptionsByComponent (line 92)
  • access: protected
void getTypeOptionsByComponent ( $component)
  • $component
getTypeOptionsFromLayouts (line 265)
  • access: protected
void getTypeOptionsFromLayouts ( $component,  $view)
  • $component
  • $view
getTypeOptionsFromMVC (line 182)
  • access: protected
void getTypeOptionsFromMVC ( $component)
  • $component
getTypeOptionsFromXML (line 110)
  • access: protected
void getTypeOptionsFromXML ( $file,  $component)
  • $file
  • $component

Inherited Methods

Inherited From JModel

JModel::__construct()
JModel::addIncludePath()
JModel::addTablePath()
JModel::cleanCache()
JModel::getDbo()
JModel::getInstance()
JModel::getName()
JModel::getState()
JModel::getTable()
JModel::populateState()
JModel::setDbo()
JModel::setState()
JModel::_createFileName()
JModel::_createTable()
JModel::_getList()
JModel::_getListCount()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:57:16 -0500 by phpDocumentor 1.4.4