19 declare(strict_types=1);
29 protected \ILIAS\Language\Language
$lng;
Interface Observer Contains several chained tasks and infos about them.
hasNumbers()
Get the constraint that a password has numbers.
hasLowerChars()
Get the constraint that a password has lower case chars.
__construct(Factory $data_factory, \ILIAS\Language\Language $lng)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
hasUpperChars()
Get the constraint that a password has upper case chars.
hasMinLength(int $min_length)
Get the constraint that a password has a minimum length.
ILIAS Language Language $lng
hasSpecialChars()
Get the constraint that a password has special chars.