![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de MenuItem:Fonctions membres publiques | |
| __construct ($data=array()) | |
| __get ($name) | |
| __set ($name, $value) | |
| __isset ($name) | |
| getParams () | |
| setParams ($params) | |
| get ($property, $default=null) | |
| set ($property, $value=null) | |
Champs de données | |
| $id | |
| $menutype | |
| $title | |
| $alias | |
| $note | |
| $route | |
| $link | |
| $type | |
| $level | |
| $language | |
| $browserNav | |
| $access | |
| $home | |
| $img | |
| $template_style_id | |
| $component_id | |
| $parent_id | |
| $component | |
| $tree = array() | |
| $query = array() | |
Attributs protégés | |
| $params | |
Object representing a menu item
| __construct | ( | $data = array() | ) |
| __get | ( | $name | ) |
Method to get certain otherwise inaccessible properties from the form field object.
| string | $name | The property name for which to get the value. |
getParams() method Références $name.
| __isset | ( | $name | ) |
| __set | ( | $name, | |
| $value | |||
| ) |
Method to set certain otherwise inaccessible properties of the form field object.
| string | $name | The property name for which to set the value. |
| mixed | $value | The value of the property. |
setParams() method | get | ( | $property, | |
$default = null |
|||
| ) |
| set | ( | $property, | |
$value = null |
|||
| ) |
| setParams | ( | $params | ) |
| $access |
| $alias |
| $browserNav |
| $component |
| $component_id |
| $home |
| $id |
| $img |
| $level |
| $link |
| $menutype |
| $note |
|
protected |
| $parent_id |
| $query = array() |
| $route |
| $template_style_id |
| $tree = array() |
| $type |