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