![]() |
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 FOFFormFieldComponents:Fonctions membres publiques | |
| __get ($name) | |
| getStatic () | |
| getRepeatable () | |
| translate ($item, $type) | |
Fonctions membres publiques hérités de JFormFieldList | |
| addOption ($text, $attributes=array()) | |
| __get ($name) | |
Champs de données | |
| $client_ids = null | |
| $item | |
| $rowid | |
Fonctions membres protégées | |
| getOptions () | |
Fonctions membres protégées hérités de JFormFieldList | |
| getInput () | |
| getOptions () | |
Attributs protégés | |
| $static | |
| $repeatable | |
Attributs protégés hérités de JFormFieldList | |
| $type = 'List' | |
| __get | ( | $name | ) |
Method to get certain otherwise inaccessible properties from the form field object.
| string | $name | The property name for which to the the value. |
Références $name.
|
protected |
Get a list of all installed components and also translates them.
The manifest_cache is used to get the extension names, since JInstaller is also translating those names in stead of the name column. Else some of the translations fails.
Références $b, $component, $db, $query, $user, FOFPlatform\getInstance(), et null.
| getRepeatable | ( | ) |
Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)
Implémente FOFFormField.
Références $class, ENT_COMPAT, FOFFormFieldList\getOptionName(), htmlspecialchars, et value.
| getStatic | ( | ) |
Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).
Implémente FOFFormField.
Références $class, ENT_COMPAT, FOFFormFieldList\getOptionName(), htmlspecialchars, et value.
| translate | ( | $item, | |
| $type | |||
| ) |
Translate a list of objects with JText::_().
| array | $item | The array of objects |
| string | $type | The extension type (e.g. component) |
Références $item, $key, $lang, $text, $type, $value, FOFPlatform\getInstance(), JPATH_ADMINISTRATOR, et null.
| $client_ids = null |
| $item |
|
protected |
| $rowid |
|
protected |