ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (array $constraints, Data\Factory $data_factory, \ilLanguage $lng) | |
![]() | |
check ($value) | |
Checks the provided value. More... | |
accepts ($value) | |
Tells if the provided value complies. More... | |
problemWith ($value) | |
Tells what the problem with the provided value is. More... | |
applyTo (Result $result) | |
Restricts a Result. More... | |
withProblemBuilder (callable $builder) | |
Get a constraint like this one with a builder for a custom error message. More... | |
![]() | |
transform ($from) | |
Perform the transformation. More... | |
__invoke ($from) | |
Transformations should be callable. More... | |
Protected Attributes | |
$constraints | |
$failed_constraints | |
Definition at line 9 of file Parallel.php.
ILIAS\Refinery\Logical\Parallel::__construct | ( | array | $constraints, |
Data\Factory | $data_factory, | ||
\ilLanguage | $lng | ||
) |
Definition at line 24 of file Parallel.php.
References ILIAS\Refinery\Logical\Parallel\$constraints, $lng, $messages, $ret, $txt, and ILIAS\GlobalScreen\Provider\__construct().
|
protected |
Definition at line 14 of file Parallel.php.
Referenced by ILIAS\Refinery\Logical\Parallel\__construct().
|
protected |
Definition at line 22 of file Parallel.php.