/** * After save callback * * @param bool $created */ public function afterSave($created, $options = array()) { $this->notifyAssignee(); return parent::afterSave($created, $options); }
public function afterFind($results, $options = array()) { $results = $this->cleanOutput($results); return parent::afterFind($results, $options); }