/** * @inheritdoc */ public function behaviors() { return ['access' => ['class' => CustomFrontendFilter::className()]]; }
/** * @inheritdoc */ public function behaviors() { return ['access' => ['class' => CustomFrontendFilter::className()], 'verbs' => ['class' => VerbFilter::className(), 'actions' => ['logout' => ['post']]]]; }