PHP Class Neos\Neos\Validation\Validator\PasswordValidator

Inheritance: extends Neos\Flow\Validation\Validator\AbstractValidator
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$supportedOptions array

Méthodes protégées

Méthode Description
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.

Method Details

isValid() protected méthode

If at least one error occurred, the result is FALSE.
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
Résultat void

Property Details

$supportedOptions protected_oe property

protected array $supportedOptions
Résultat array