예제 #1
0
 /**
  * @inheritdoc
  */
 public function actions()
 {
     $actions = parent::actions();
     unset($actions['create']);
     unset($actions['delete']);
     unset($actions['update']);
     return $actions;
 }
예제 #2
0
 /**
  * @inheritdoc
  */
 public function actions()
 {
     $actions = parent::actions();
     unset($actions['index']);
     return $actions;
 }