Exemplo n.º 1
0
 public function delete()
 {
     if ($this->_isAllowed()) {
         try {
             $u = new Staff_Persist_Dao_Volunteer();
             return $u->delete($this->_volunteer->getId());
         } catch (Exception $e) {
             throw $e;
         }
     }
 }