pock

MultipleMatcher
in package
implements RequestMatcherInterface, Countable

Class MultipleMatcher

Tags
category

MultipleMatcher

Interfaces, Classes, Traits and Enums

RequestMatcherInterface
Interface RequestMatcherInterface
Countable

Table of Contents

$matchers  : array<string|int, RequestMatcherInterface>
__construct()  : mixed
MultipleMatcher constructor.
addMatcher()  : $this
count()  : int
matches()  : bool
Returns true if request is matched by this matcher.

Properties

Methods

matches()

Returns true if request is matched by this matcher.

public matches(RequestInterface $request) : bool
Parameters
$request : RequestInterface
Return values
bool

Search results