AndMatcher implements MatcherInterface
Read onlyYes
FinalYes
Table of Contents
Interfaces
Methods
- __construct() : mixed
- match() : bool
- supports() : bool
Methods
__construct()
public
__construct(MatcherInterface ...$matchers) : mixed
Parameters
- $matchers : MatcherInterface
match()
public
match(mixed $item) : bool
Parameters
- $item : mixed
Return values
boolsupports()
public
supports(mixed $item) : bool
Parameters
- $item : mixed