예제 #1
0
 public function behaviors()
 {
     return ['json-filter' => FilterJson::className(), 'verbs' => ['class' => VerbFilter::className(), 'actions' => ['login' => ['post'], 'register' => ['post'], 'info' => ['post']]], 'auth' => ['class' => AuthKeyFilter::className(), 'except' => ['login', 'register', 'fb-auth']]];
 }
예제 #2
0
 public function behaviors()
 {
     return ['json-filter' => FilterJson::className(), 'verbs' => ['class' => VerbFilter::className(), 'actions' => ['login' => ['post'], 'register' => ['post'], 'info' => ['post']]]];
 }