getRequestMatchers() public method

Returns a list of enabled RequestMatcher callbacks.
public getRequestMatchers ( ) : array
return array List of enabled RequestMatcher callbacks.
Beispiel #1
0
 /**
  * Returns a list of callbacks to configured request matchers.
  *
  * @return array List of callbacks to configured request matchers.
  */
 protected function getRequestMatchers()
 {
     return $this->config->getRequestMatchers();
 }