ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (Factory $data_factory, \ilLanguage $lng) | |
hasMinLength ($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 | |
$data_factory | |
$lng | |
ILIAS\Refinery\Password\Group::__construct | ( | Factory | $data_factory, |
\ilLanguage | $lng | ||
) |
Definition at line 28 of file Group.php.
References ILIAS\Refinery\Password\Group\$data_factory, and ILIAS\Refinery\Password\Group\$lng.
ILIAS\Refinery\Password\Group::hasLowerChars | ( | ) |
Get the constraint that a password has lower case chars.
Definition at line 60 of file Group.php.
ILIAS\Refinery\Password\Group::hasMinLength | ( | $min_length | ) |
Get the constraint that a password has a minimum length.
int | $min_length |
Definition at line 40 of file Group.php.
ILIAS\Refinery\Password\Group::hasNumbers | ( | ) |
Get the constraint that a password has numbers.
Definition at line 70 of file Group.php.
ILIAS\Refinery\Password\Group::hasSpecialChars | ( | ) |
Get the constraint that a password has special chars.
Definition at line 80 of file Group.php.
ILIAS\Refinery\Password\Group::hasUpperChars | ( | ) |
Get the constraint that a password has upper case chars.
Definition at line 50 of file Group.php.
|
protected |
Definition at line 21 of file Group.php.
Referenced by ILIAS\Refinery\Password\Group\__construct().
|
protected |
Definition at line 26 of file Group.php.
Referenced by ILIAS\Refinery\Password\Group\__construct().