MatcherInterface
MatcherInterface.php
:
13
Methods¶
getIdentifier() ¶
MatcherInterface.php
:
26
|
|
Return values
string
match() ¶
MatcherInterface.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$subject | ValueObject | - | - |
$conditions | array<string|int, mixed> | - | - |
Return values
bool