FOFModel::onAfterDelete
This method runs after a record with key value $id is deleted
Signature
protected function onAfterDelete(integer
$id )
Parameters
-
$id
- The id of the record which was deleted
Returns
- boolean
- Return false to raise an error, true otherwise