RegExpPathMatcher
extends AbstractRegExpMatcher
in package
Applies a PCRE pattern to the request path.
Tags
Table of Contents
Methods
- __construct() : mixed
- matches() : bool
- Return true when the request satisfies this rule.
Methods
__construct()
public
__construct(string $expression[, int $flags = 0 ]) : mixed
Parameters
- $expression : string
- $flags : int = 0
matches()
Return true when the request satisfies this rule.
public
matches(RequestInterface $request) : bool
Parameters
- $request : RequestInterface