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