예제 #1
0
 public function actions()
 {
     $as = parent::actions();
     return ['login', 'signup', 'me'];
 }
예제 #2
0
 public function actions()
 {
     $ats = parent::actions();
     return ['index' => $ats['index']];
 }
예제 #3
0
 public function actions()
 {
     $ats = parent::actions();
     unset($ats['delete']);
     return $ats;
 }
예제 #4
0
 public function actions()
 {
     $ats = parent::actions();
     return ['update' => $ats['update'], 'view' => $ats['view'], 'index' => $ats['index']];
 }