Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
load () | |
getItems ($attributes, $values, $firstonly=false) | |
getDefault ($language= '*') | |
Fonctions membres publiques inherited from JMenu | |
__construct ($options=array()) | |
getItem ($id) | |
setDefault ($id, $language= '') | |
setActive ($id) | |
getActive () | |
getParams ($id) | |
getMenu () | |
authorise ($id) | |
Fonctions membres publiques inherited from JObject | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
toString () |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JMenu | |
static | getInstance ($client, $options=array()) |
Attributs protégés inherited from JMenu | |
$_items = array() | |
$_default = array() | |
$_active = 0 | |
Attributs protégés inherited from JObject | |
$_errors = array() | |
Attributs protégés statiques inherited from JMenu | |
static | $instances = array() |
JMenuSite::getDefault | ( | $language = '*' | ) |
Get menu item by id
string | $language | The language code. |
Réimplémentée à partir de JMenu.
Références $language, elseif, et JApplication\getInstance().
JMenuSite::getItems | ( | $attributes, | |
$values, | |||
$firstonly = false |
|||
) |
Gets menu items by attribute
string | $attributes | The field name |
string | $values | The value of the field |
boolean | $firstonly | If true, only returns the first item found |
Réimplémentée à partir de JMenu.
Références $app, $key, elseif, JApplication\getInstance(), JFactory\getLanguage(), JFactory\getUser(), et null.
JMenuSite::load | ( | ) |
Loads the entire menu table into memory.
Réimplémentée à partir de JMenu.
Références $app, $db, $item, $query, $url, JFactory\getDbo(), JApplication\getInstance(), JError\raiseWarning(), et JText\sprintf().