Uri
class Uri implements RequestPatternInterface (View source)
This class holds an URI pattern an decides, if a \Neos\Flow\Mvc\ActionRequest object matches against this pattern
Properties
protected array | $options |
Methods
__construct(array $options)
Expects options in the form array('uriPattern' => '
bool
Details
__construct(array $options)
Expects options in the form array('uriPattern' => '
bool
matchRequest(ActionRequest $request)
Matches an ActionRequest against its set URL pattern rules