ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (array $other, Data\Factory $data_factory, ilLanguage $lng) | |
LogicalOr constructor. More... | |
![]() | |
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... | |
Definition at line 27 of file LogicalOr.php.
ILIAS\Refinery\Logical\LogicalOr::__construct | ( | array | $other, |
Data\Factory | $data_factory, | ||
ilLanguage | $lng | ||
) |
LogicalOr constructor.
Constraint[] | $other | |
Data\Factory | $data_factory | |
ilLanguage | $lng |
Definition at line 35 of file LogicalOr.php.
References $lng, and ILIAS\GlobalScreen\Provider\__construct().