beforeAction() public method

public beforeAction ( $action )
Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function beforeAction($action)
 {
     return empty($this->authMethods) ? true : parent::beforeAction($action);
 }