SpecificationInterface
SpecificationInterface.php
:
11
Methods¶
and() ¶
SpecificationInterface.php
:
18
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$other | SpecificationInterface | - | - |
Return values
isSatisfiedBy() ¶
SpecificationInterface.php
:
16
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$item | mixed | - | - |
Return values
bool
not() ¶
SpecificationInterface.php
:
22
|
|
Return values
or() ¶
SpecificationInterface.php
:
20
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$other | SpecificationInterface | - | - |