![]() |
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 JFormFieldPlugins:Fonctions membres publiques | |
| __get ($name) | |
| __set ($name, $value) | |
| setup (SimpleXMLElement $element, $value, $group=null) | |
Fonctions membres publiques hérités de JFormFieldList | |
| addOption ($text, $attributes=array()) | |
| __get ($name) | |
Fonctions membres protégées | |
| getOptions () | |
Fonctions membres protégées hérités de JFormFieldList | |
| getInput () | |
| getOptions () | |
Attributs protégés | |
| $type = 'Plugins' | |
| $folder | |
Attributs protégés hérités de JFormFieldList | |
| $type = 'List' | |
Form Field class for the Joomla Framework.
| __get | ( | $name | ) |
| __set | ( | $name, | |
| $value | |||
| ) |
|
protected |
Method to get a list of options for a list input.
Références $db, $extension, $folder, $groups, $i, $item, $lang, $options, $query, $text, JPATH_ADMINISTRATOR, JPATH_PLUGINS, et null.
| setup | ( | SimpleXMLElement | $element, |
| $value, | |||
$group = null |
|||
| ) |
Method to attach a JForm object to the field.
| SimpleXMLElement | $element | The SimpleXMLElement object representing the <field> tag for the form field object. |
| mixed | $value | The form field value to validate. |
| string | $group | The field name group control value. This acts as an array container for the field. For example if the field has name="foo" and the group value is set to "bar" then the full field name would end up being "bar[foo]". |
|
protected |
|
protected |