Exemplo n.º 1
0
 public function addCategory(PwEmotionCategoryDm $dm)
 {
     $resource = $dm->beforeAdd();
     if ($resource instanceof PwError) {
         return $resource;
     }
     return $this->_getDao()->addCategory($dm->getData());
 }