![]() |
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 ComponentRecord:Fonctions membres publiques | |
| __construct ($data=array()) | |
| __get ($name) | |
| __set ($name, $value) | |
| getParams () | |
| setParams ($params) | |
Champs de données | |
| $id | |
| $option | |
| $enabled | |
Attributs protégés | |
| $params | |
Object representing a component extension record
| __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.
| __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 | setParams | ( | $params | ) |
| $enabled |
| $id |
|
protected |