19declare(strict_types=1);
29 protected \ILIAS\Language\Language
$lng;
ILIAS Language Language $lng
__construct(Factory $data_factory, \ILIAS\Language\Language $lng)
hasLowerChars()
Get the constraint that a password has lower case chars.
hasNumbers()
Get the constraint that a password has numbers.
hasMinLength(int $min_length)
Get the constraint that a password has a minimum length.
hasUpperChars()
Get the constraint that a password has upper case chars.
hasSpecialChars()
Get the constraint that a password has special chars.
A constraint encodes some resrtictions on values.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.