ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (Factory $data_factory, ilLanguage $lng) | |
hasMinLength (int $min_length) | |
Get the constraint that a password has a minimum length. More... | |
hasUpperChars () | |
Get the constraint that a password has upper case chars. More... | |
hasLowerChars () | |
Get the constraint that a password has lower case chars. More... | |
hasNumbers () | |
Get the constraint that a password has numbers. More... | |
hasSpecialChars () | |
Get the constraint that a password has special chars. More... | |
Protected Attributes | |
Factory | $data_factory |
ilLanguage | $lng |
ILIAS\Refinery\Password\Group::__construct | ( | Factory | $data_factory, |
ilLanguage | $lng | ||
) |
Definition at line 32 of file Group.php.
References ILIAS\Refinery\Password\Group\$data_factory, ILIAS\Refinery\Password\Group\$lng, and ILIAS\Repository\lng().
ILIAS\Refinery\Password\Group::hasLowerChars | ( | ) |
Get the constraint that a password has lower case chars.
Definition at line 57 of file Group.php.
References ILIAS\Repository\lng().
ILIAS\Refinery\Password\Group::hasMinLength | ( | int | $min_length | ) |
Get the constraint that a password has a minimum length.
Definition at line 41 of file Group.php.
References ILIAS\Repository\lng().
ILIAS\Refinery\Password\Group::hasNumbers | ( | ) |
Get the constraint that a password has numbers.
Definition at line 65 of file Group.php.
References ILIAS\Repository\lng().
ILIAS\Refinery\Password\Group::hasSpecialChars | ( | ) |
Get the constraint that a password has special chars.
Definition at line 73 of file Group.php.
References ILIAS\Repository\lng().
ILIAS\Refinery\Password\Group::hasUpperChars | ( | ) |
Get the constraint that a password has upper case chars.
Definition at line 49 of file Group.php.
References ILIAS\Repository\lng().
|
protected |
Definition at line 29 of file Group.php.
Referenced by ILIAS\Refinery\Password\Group\__construct().
|
protected |
Definition at line 30 of file Group.php.
Referenced by ILIAS\Refinery\Password\Group\__construct().