Beispiel #1
0
 /**
  *
  * @return <type>
  */
 public function delete()
 {
     parent::delete();
     $this->clear_cache();
 }
Beispiel #2
0
 public function save()
 {
     $this->person()->save();
     $this->person_id = $this->person()->identity();
     parent::save();
 }