Copied!

MatcherInterface

MatcherInterface.php : 13

Methods

publicgetIdentifier()

MatcherInterface.php : 26
public getIdentifier() : string

Return values

string

publicmatch()

MatcherInterface.php : 21
public match(ValueObject $subject, array<string|int, mixed> $conditions) : bool

Parameters

Name Type Default value Description
$subject ValueObject - -
$conditions array<string|int, mixed> - -

Return values

bool