getUser()->isAdmin()) { throw new Forbidden(); } } public function actionCreate() { throw new Forbidden(); } public function actionUpdate() { throw new Forbidden(); } public function actionPatch() { throw new Forbidden(); } public function actionListLinked() { throw new Forbidden(); } public function actionDelete() { throw new Forbidden(); } public function actionMassUpdate() { throw new Forbidden(); } public function actionMassDelete() { throw new Forbidden(); } public function actionCreateLink() { throw new Forbidden(); } public function actionRemoveLink() { throw new Forbidden(); } }