Definition at line 26 of file HasSpecialChars.php.
◆ __construct()
Definition at line 30 of file HasSpecialChars.php.
References $lng, and ILIAS\GlobalScreen\Provider\__construct().
33 static function (
Data\Password $value):
bool {
34 return (
bool) preg_match(self::ALLOWED_CHARS, $value->toString());
36 static function ($value):
string {
37 return "Password must contain special chars.";
__construct(Container $dic, ilPlugin $plugin)
◆ ALLOWED_CHARS
const ILIAS\Data\Password\HasSpecialChars::ALLOWED_CHARS = '/[,_.\-#\+\*?!%§\(\)\$]/u' |
|
private |
The documentation for this class was generated from the following file: