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 | |
addOption ($text, $attributes=array()) | |
__get ($name) | |
Fonctions membres protégées | |
getInput () | |
getOptions () | |
Attributs protégés | |
$type = 'List' | |
Form Field class for the Joomla Platform. Supports a generic list of options.
__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. |
Références $name.
addOption | ( | $text, | |
$attributes = array() |
|||
) |
Method to add an option to the list field.
string | $text | Text/Language variable of the option. |
array | $attributes | Array of attributes ('name' => 'value' format) |
Références $attributes, $name, $text, et $value.
|
protected |
|
protected |
|
protected |