コード例 #1
0
 /**
  * @inheritdoc
  */
 public function behaviors()
 {
     return ['access' => ['class' => CustomFrontendFilter::className()]];
 }
コード例 #2
0
 /**
  * @inheritdoc
  */
 public function behaviors()
 {
     return ['access' => ['class' => CustomFrontendFilter::className()], 'verbs' => ['class' => VerbFilter::className(), 'actions' => ['logout' => ['post']]]];
 }