3 declare(strict_types=1);
42 public function check($value);
50 public function accepts($value): bool;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
problemWith($value)
Tells what the problem with the provided value is.
withProblemBuilder(callable $builder)
Get a constraint like this one with a builder for a custom error message.
A result encapsulates a value or an error and simplifies the handling of those.
A constraint encodes some resrtictions on values.
applyTo(Result $result)
Restricts a Result.
accepts($value)
Tells if the provided value complies.
check($value)
Checks the provided value.