HostMatcher
in package
implements
RequestMatcherInterface
Class HostMatcher
Tags
Interfaces, Classes, Traits and Enums
- RequestMatcherInterface
- Interface RequestMatcherInterface
Table of Contents
- __construct() : mixed
- HostMatcher constructor.
- matches() : bool
- Returns true if request is matched by this matcher.
Methods
__construct()
HostMatcher constructor.
public
__construct(string $host) : mixed
Parameters
- $host : string
Return values
mixed —matches()
Returns true if request is matched by this matcher.
public
matches(RequestInterface $request) : bool
Parameters
- $request : RequestInterface