Liste de tous les membres
Fonctions membres publiques |
| getForm ($data=array(), $loadData=true) |
| getComponent () |
| save ($data) |
| checkin ($pk=null) |
| checkout ($pk=null) |
| validate ($form, $data, $group=null) |
| __construct ($config=array()) |
| getDbo () |
| getName () |
| getState ($property=null, $default=null) |
| getTable ($name= '', $prefix= 'Table', $options=array()) |
| setDbo (&$db) |
| setState ($property, $value=null) |
| __toString () |
| def ($property, $default=null) |
| get ($property, $default=null) |
| getProperties ($public=true) |
| getError ($i=null, $toString=true) |
| getErrors () |
| set ($property, $value=null) |
| setProperties ($properties) |
| setError ($error) |
| toString () |
Fonctions membres protégées |
| populateState () |
| loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false) |
| loadFormData () |
| preprocessForm (JForm $form, $data, $group= 'content') |
| _getList ($query, $limitstart=0, $limit=0) |
| _getListCount ($query) |
| _createTable ($name, $prefix= 'Table', $config=array()) |
| cleanCache ($group=null, $client_id=0) |
Documentation des fonctions membres
ConfigModelComponent::getComponent |
( |
| ) |
|
ConfigModelComponent::getForm |
( |
|
$data = array() , |
|
|
|
$loadData = true |
|
) |
| |
Method to get a form object.
- Paramètres:
-
array | $data | Data for the form. |
boolean | $loadData | True if the form is to load its own data (default case), false if not. |
- Renvoie:
- mixed A JForm object on success, false on failure
- Depuis:
- 1.6
Réimplémentée à partir de JModelForm.
Références $path, JForm\addFormPath(), et JPATH_ADMINISTRATOR.
ConfigModelComponent::populateState |
( |
| ) |
|
|
protected |
ConfigModelComponent::save |
( |
|
$data | ) |
|
Documentation des données membres
ConfigModelComponent::$event_after_save = 'onConfigurationAfterSave' |
|
protected |
ConfigModelComponent::$event_before_save = 'onConfigurationBeforeSave' |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :