ContentControllerArticles::postDeleteHook
Function that allows child controller access to model data after the item has been deleted.
Signature
protected function postDeleteHook(JModelLegacy
$model,
[integer
$ids = null] )
Parameters
-
$model
- The data model object.
-
$ids
- The array of ids for items being deleted.
Returns
- void