Bristol SU Support Package
|
Public Member Functions | |
__construct (... $specifications) | |
isSatisfied () | |
Private Attributes | |
$specifications | |
Are all the given specifications satisfied?
Definition at line 12 of file AndSpecification.php.
BristolSU\Support\Logic\Specification\AndSpecification::__construct | ( | $specifications | ) |
Specification | ...$specifications Specifications to test |
Definition at line 25 of file AndSpecification.php.
References BristolSU\Support\Logic\Specification\AndSpecification\$specifications.
BristolSU\Support\Logic\Specification\AndSpecification::isSatisfied | ( | ) |
Are all the given specifications satisfied?
Implements BristolSU\Support\Logic\Contracts\Specification.
Definition at line 35 of file AndSpecification.php.
|
private |
Definition at line 20 of file AndSpecification.php.
Referenced by BristolSU\Support\Logic\Specification\AndSpecification\__construct().