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 | |
__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 |