Methods¶
__construct() ¶
OrSpecification.php
:
17
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$one | SpecificationInterface | - | - |
$two | SpecificationInterface | - | - |
and() ¶
AbstractSpecification.php
:
15
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$other | SpecificationInterface | - | - |
Return values
isSatisfiedBy() ¶
OrSpecification.php
:
23
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$item | mixed | - | - |
Return values
bool
not() ¶
AbstractSpecification.php
:
25
|
|
Return values
or() ¶
AbstractSpecification.php
:
20
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$other | SpecificationInterface | - | - |