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