Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
getReverseLookup () | |
getTypeOptions () | |
addReverseLookupUrl ($option) | |
Fonctions membres protégées | |
populateState () | |
getTypeOptionsByComponent ($component) | |
getTypeOptionsFromXml ($file, $component) | |
getTypeOptionsFromMvc ($component) | |
getTypeOptionsFromManifest ($component) | |
getTypeOptionsFromLayouts ($component, $view) | |
Attributs protégés | |
$rlu = array() | |
Menu Item Types Model for Menus.
addReverseLookupUrl | ( | $option | ) |
Method to create the reverse lookup for link-to-name. (can be used from onAfterGetMenuTypeOptions handlers)
JObject | $option | with request array or string and title public variables |
Références $option, et MenusHelper\getLinkKey().
getReverseLookup | ( | ) |
Method to get the reverse lookup of the base link URL to Title
getTypeOptions | ( | ) |
Method to get the available menu item type options.
Références $component, $db, $lang, $list, $option, $options, $query, JEventDispatcher\getInstance(), jimport(), JPATH_ADMINISTRATOR, et null.
|
protected |
Get menu types by component.
string | $component | Component URL option. |
Références $client, $component, et $options.
|
protected |
|
protected |
Get menu types from Component manifest
string | $component | Component option like in URLs |
Références $attributes, $component, $manifest, $options, JPATH_ADMINISTRATOR, et null.
|
protected |
|
protected |
Get the menu types from an XML file
string | $file | File path |
string | $component | Component option as in URL |
Références $component, $file, $menu, $options, et elseif.
|
protected |
Method to auto-populate the model state.
This method should only be called once per instantiation and is designed to be called on the first call to the getState() method unless the model configuration flag to ignore the request is set.
|
protected |