PHP Класс Neos\Neos\Validation\Validator\PasswordValidator

Наследование: extends Neos\Flow\Validation\Validator\AbstractValidator
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$supportedOptions array

Защищенные методы

Метод Описание
isValid ( mixed $value ) : void Returns TRUE, if the given property ($value) is a valid array consistent of two equal passwords and their length is between 'minimum' (defaults to 0 if not specified) and 'maximum' (defaults to infinite if not specified) to be specified in the validation options.

Описание методов

isValid() защищенный Метод

If at least one error occurred, the result is FALSE.
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
Результат void

Описание свойств

$supportedOptions защищенное свойство

protected array $supportedOptions
Результат array