19 declare(strict_types=1);
31 static function ($value) use ($max):
bool {
32 return $value <= $max;
34 static function (
$txt, $value) use ($max):
string {
35 return (
string)
$txt(
"not_less_than_or_equal", $max);
__construct(int $max, Data\Factory $data_factory, \ILIAS\Language\Language $lng)
Interface Observer Contains several chained tasks and infos about them.
A constraint encodes some resrtictions on values.
__construct(Container $dic, ilPlugin $plugin)