AnyRequestMatcher
in package
implements
RequestMatcherInterface
Class AnyRequestMatcher
Tags
Interfaces, Classes, Traits and Enums
- RequestMatcherInterface
- Interface RequestMatcherInterface
Table of Contents
- matches() : bool
- Returns true if request is matched by this matcher.
Methods
matches()
Returns true if request is matched by this matcher.
public
matches(RequestInterface $request) : bool
Parameters
- $request : RequestInterface