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 | |
__construct ($config=array()) | |
getTable ($name='', $prefix='', $options=array()) | |
getItem ($langId=null) | |
getForm ($data=array(), $loadData=true) | |
save ($data) | |
Fonctions membres protégées | |
populateState () | |
loadFormData () | |
cleanCache ($group=null, $clientId=0) | |
Languages Component Language Model
__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Références $config.
|
protected |
Custom clean cache method.
string | $group | Optional cache group name. |
integer | $clientId | Application client id. |
getForm | ( | $data = array() , |
|
$loadData = true |
|||
) |
Method to get the group form.
array | $data | Data for the form. |
boolean | $loadData | True if the form is to load its own data (default case), false if not. |
Références $form.
getItem | ( | $langId = null | ) |
Method to get a member item.
integer | $langId | The id of the member to get. |
Références $return, $value, et ArrayHelper\toObject().
getTable | ( | $name = '' , |
|
$prefix = '' , |
|||
$options = array() |
|||
) |
Override to get the table.
string | $name | Name of the table. |
string | $prefix | Table name prefix. |
array | $options | Array of options. |
|
protected |
Method to get the data that should be injected in the form.
Références $data.
|
protected |
save | ( | $data | ) |
Method to save the form data.
array | $data | The form data. |
Références $context, $data, $dispatcher, $name, JEventDispatcher\getInstance(), et option.