JControllerAdmin::postDeleteHook
Function that allows child controller access to model data after the item has been deleted.
Signature
protected function postDeleteHook(JModelLegacy
$model,
[integer
$id = null] )
Parameters
-
$model
- The data model object.
-
$id
- The validated data.
Returns
- void