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 | |
batch ($model=null) | |
Fonctions membres protégées | |
allowAdd ($data=array()) | |
allowEdit ($data=array(), $key='id') | |
postSaveHook (JModelLegacy $model, $validData=array()) | |
Newsfeed controller class.
|
protected |
Method override to check if you can add a new record.
array | $data | An array of input data. |
Références $data, ArrayHelper\getValue(), null, et option.
|
protected |
batch | ( | $model = null | ) |
Method to run batch operations.
object | $model | The model. |
|
protected |
Function that allows child controller access to model data after the data has been saved.
JModelLegacy | $model | The data model object. |
array | $validData | The validated data. |