|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\Refinery\Logical\Not:
Collaboration diagram for ILIAS\Refinery\Logical\Not:Public Member Functions | |
| __construct (Constraint $constraint, Data\Factory $data_factory, ilLanguage $lng) | |
Public Member Functions inherited from ILIAS\Refinery\Constraint | |
| 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... | |
Public Member Functions inherited from ILIAS\Refinery\Transformation | |
| transform ($from) | |
| Perform the transformation. More... | |
| applyTo (Result $result) | |
| Perform the transformation and reify possible failures. More... | |
| __invoke ($from) | |
| Transformations should be callable. More... | |
| ILIAS\Refinery\Logical\Not::__construct | ( | Constraint | $constraint, |
| Data\Factory | $data_factory, | ||
| ilLanguage | $lng | ||
| ) |
Definition at line 29 of file Not.php.
References $lng, $txt, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Refinery\Constraint\accepts().
Here is the call graph for this function: