Свойство | Тип | Описание | |
---|---|---|---|
$options | array |
Метод | Описание | |
---|---|---|
__construct ( array $options ) |
Expects options in the form array('uriPattern' => ' |
|
matchRequest ( Neos\Flow\Mvc\RequestInterface $request ) : boolean | Matches a \Neos\Flow\Mvc\RequestInterface against its set URL pattern rules | |
setPattern ( string $uriPattern ) : void | Sets an URI 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 |
Результат | boolean | TRUE if the pattern matched, FALSE otherwise |
public setPattern ( string $uriPattern ) : void | ||
$uriPattern | string | The URI pattern |
Результат | void |