Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres protégées | |
getOptions () | |
Fonctions membres protégées inherited from JFormFieldList | |
getInput () | |
Fonctions membres protégées inherited from JFormField | |
getId ($fieldId, $fieldName) | |
getTitle () | |
getLabel () | |
getName ($fieldName) | |
getFieldName ($fieldName) |
Attributs protégés | |
$type = 'DatabaseConnection' | |
Attributs protégés inherited from JFormFieldList | |
Attributs protégés inherited from JFormField | |
$description | |
$hint | |
$autocomplete = 'on' | |
$spellcheck = true | |
$autofocus = false | |
$element | |
$form | |
$formControl | |
$hidden = false | |
$translateLabel = true | |
$translateDescription = true | |
$translateHint = true | |
$id | |
$input | |
$label | |
$multiple = false | |
$pattern | |
$name | |
$fieldname | |
$group | |
$required = false | |
$disabled = false | |
$readonly = false | |
$validate | |
$value | |
$default | |
$size | |
$class | |
$labelClass | |
$onchange | |
$onclick |
Définition à la ligne 24 du fichier databaseconnection.php.
|
protected |
Method to get the list of database options.
This method produces a drop down list of available databases supported by JDatabaseDriver classes that are also supported by the application.
This gets the list of database types supported by the application. This should be entered in the form definition as a comma separated list. If no supported databases are listed, it is assumed all available databases are supported.
Réimplémentée à partir de JFormFieldList.
Définition à la ligne 45 du fichier databaseconnection.php.
Références JText\_(), et JDatabaseDriver\getConnectors().
|
protected |
Réimplémentée à partir de JFormFieldList.
Définition à la ligne 32 du fichier databaseconnection.php.