예제 #1
0
 public function rules()
 {
     return array_merge(parent::rules(), ['index' => ['response_type' => 'text/html', 'roles' => [Controller::ALL]], 'login' => ['response_type' => 'text/html', 'roles' => [Controller::ALL]], 'logout' => ['response_type' => 'text/html', 'roles' => [Controller::ALL], 'methods' => ['post']], 'signUp' => ['response_type' => 'text/html', 'roles' => [Controller::ALL]], 'search' => ['response_type' => 'text/html', 'roles' => [Controller::ALL]], 'ajaxSearch' => ['response_type' => 'application/json', 'roles' => [Controller::ALL]]]);
 }