ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (array $constraints, Data\Factory $data_factory, ilLanguage $lng) | |
![]() | |
__construct (callable $is_ok, $error, Data\Factory $data_factory, ilLanguage $lng) | |
If $error is a callable it needs to take two parameters: More... | |
check ($value) | |
accepts ($value) | |
problemWith ($value) | |
applyTo (Result $result) | |
![]() | |
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... | |
Private Attributes | |
Constraint | $failed_constraint |
Additional Inherited Members | |
![]() | |
getError () | |
![]() | |
Data Factory | $data_factory |
ilLanguage | $lng |
$is_ok | |
$error | |
Definition at line 28 of file Sequential.php.
ILIAS\Refinery\Logical\Sequential::__construct | ( | array | $constraints, |
Data\Factory | $data_factory, | ||
ilLanguage | $lng | ||
) |
Constraint[] | $constraints | |
Data\Factory | $data_factory | |
ilLanguage | $lng |
Definition at line 43 of file Sequential.php.
References ILIAS\Refinery\Custom\Constraint\$data_factory, ILIAS\Refinery\Custom\Constraint\$lng, $txt, and ILIAS\GlobalScreen\Provider\__construct().
|
private |
Definition at line 36 of file Sequential.php.