ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (Factory $data_factory, \ILIAS\Language\Language $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 |
ILIAS Language Language | $lng |
ILIAS\Data\Password\Group::__construct | ( | Factory | $data_factory, |
\ILIAS\Language\Language | $lng | ||
) |
Definition at line 31 of file Group.php.
References ILIAS\Data\Password\Group\$data_factory, ILIAS\Data\Password\Group\$lng, and ILIAS\Repository\lng().
ILIAS\Data\Password\Group::hasLowerChars | ( | ) |
Get the constraint that a password has lower case chars.
Definition at line 56 of file Group.php.
References ILIAS\Repository\lng().
ILIAS\Data\Password\Group::hasMinLength | ( | int | $min_length | ) |
Get the constraint that a password has a minimum length.
Definition at line 40 of file Group.php.
References ILIAS\Repository\lng().
ILIAS\Data\Password\Group::hasNumbers | ( | ) |
Get the constraint that a password has numbers.
Definition at line 64 of file Group.php.
References ILIAS\Repository\lng().
ILIAS\Data\Password\Group::hasSpecialChars | ( | ) |
Get the constraint that a password has special chars.
Definition at line 72 of file Group.php.
References ILIAS\Repository\lng().
ILIAS\Data\Password\Group::hasUpperChars | ( | ) |
Get the constraint that a password has upper case chars.
Definition at line 48 of file Group.php.
References ILIAS\Repository\lng().
|
protected |
Definition at line 28 of file Group.php.
Referenced by ILIAS\Data\Password\Group\__construct().
Definition at line 29 of file Group.php.
Referenced by ILIAS\Data\Password\Group\__construct().