Method | Description | |
---|---|---|
matchRequest ( Neos\Flow\Mvc\RequestInterface $request ) : boolean | Matches a \Neos\Flow\Mvc\RequestInterface against its set pattern rules |
public matchRequest ( Neos\Flow\Mvc\RequestInterface $request ) : boolean | ||
$request | Neos\Flow\Mvc\RequestInterface | The request that should be matched |
return | boolean | TRUE if the pattern matched, FALSE otherwise |