Exemplo n.º 1
0
 public function actionPhotos()
 {
     list($team, $category) = $this->_getTeamHelper()->assertTeamValidAndViewable();
     if (!$this->_getTeamModel()->canViewTabAndContainer('photos', $team, $category, $error)) {
         throw $this->getErrorOrNoPermissionResponseException($error);
     }
     return Nobita_Teams_Helper_Photo::responseView($this, $this->_input, array('team' => $team, 'category' => $category));
 }