Property | Type | Description | |
---|---|---|---|
$options | array |
Method | Description | |
---|---|---|
__construct ( array $options ) |
Expects options in the form array('controllerObjectNamePattern' => ' |
|
matchRequest ( Neos\Flow\Mvc\RequestInterface $request ) : boolean | Matches a \Neos\Flow\Mvc\RequestInterface against its set controller object name pattern rules | |
setPattern ( string $controllerObjectNamePattern ) : void | Sets an controller object name pattern (preg_match() syntax) |
public __construct ( array $options ) | ||
$options | array |
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 |
public setPattern ( string $controllerObjectNamePattern ) : void | ||
$controllerObjectNamePattern | string | The preg_match() styled controller object name pattern |
return | void |