15 public $layout =
'//layouts/column1';
19 public $menu = array();
25 public $breadcrumbs = array();
28 public function filterAccessControl($filterChain)
31 $filter->
setRules($this->accessRules());
32 $filter->filter($filterChain);
44 $filter->filter($filterChain);
63 if ($message === null)
64 $message =
Rights::t(
'core',
'You are not authorized to perform this action.');
66 $user = Yii::app()->getUser();
67 if ($user->isGuest ===
true)
68 $user->loginRequired();
70 throw new CHttpException(403, $message);