Beispiel #1
0
 public function delete()
 {
     if ($this->_isAllowed()) {
         try {
             $u = new Assistance_Persist_Dao_Activity();
             return $u->delete($this->_activity->getId());
         } catch (Exception $e) {
             throw $e;
         }
     }
 }