Exemplo n.º 1
0
 /**
  * Enter description here...
  *
  */
 public function delete()
 {
     $this->_obFamily->validator(M('Validator')->create(array()));
     $this->_obFamily->delete();
 }