Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($options=array()) | |
getItems ($attributes, $values, $firstonly=false) | |
getDefault ($language=' *') | |
Fonctions membres publiques hérités de AbstractMenu | |
__construct ($options=array()) | |
setUser ($user) | |
getItem ($id) | |
setDefault ($id, $language=' *') | |
getDefault ($language=' *') | |
setActive ($id) | |
getActive () | |
getItems ($attributes, $values, $firstonly=false) | |
getParams ($id) | |
getMenu () | |
authorise ($id) | |
load () | |
__get ($propName) | |
Fonctions membres publiques hérités de CacheControllerFactoryAwareInterface | |
setCacheControllerFactory (CacheControllerFactoryInterface $factory) | |
Attributs protégés | |
$app | |
$db | |
$language | |
Attributs protégés hérités de AbstractMenu | |
$items = array() | |
$default = array() | |
$active = 0 | |
$storedUser | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de AbstractMenu | |
static | getInstance ($client, $options=array()) |
Attributs publics statiques hérités de AbstractMenu | |
static | $instances = array() |
Fonctions membres protégées hérités de AbstractMenu | |
getUser () | |
Menu class
__construct | ( | $options = array() | ) |
Class constructor
array | $options | An array of configuration options. |
Références $options, Symfony\Contracts\Service\__construct(), class, Factory\getApplication(), Factory\getContainer(), Factory\getLanguage(), et language.
getDefault | ( | $language = '*' | ) |
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éférences $attributes, $key, elseif, Factory\getLanguage(), Multilanguage\isEnabled(), et null.
|
protected |
|
protected |
|
protected |