API17:JControllerForm::postSaveHook
From Joomla! Documentation
JControllerForm::postSaveHook
Description
Function that allows child controller access to model data after the data has been saved.
protected function postSaveHook (
JModel &$model
$validData=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$model | $model The data model object. | ||
| $validData | array | array() | The validated data. |
See also
JControllerForm::postSaveHook source code on BitBucket
Class JControllerForm
Subpackage Application- Other versions of JControllerForm::postSaveHook
User contributed notes
Code Examples