RegExpPathMatcher
extends AbstractRegExpMatcher
in package
Class RegExpPathMatcher
Tags
Table of Contents
- __construct() : mixed
- matches() : bool
Methods
__construct()
public
__construct(string $expression, int $flags) : mixed
Parameters
- $expression : string
- $flags : int
Return values
mixed —matches()
public
matches(RequestInterface $request) : bool
Parameters
- $request : RequestInterface