PHP Class Neos\Neos\Validation\Validator\PasswordValidator

Inheritance: extends Neos\Flow\Validation\Validator\AbstractValidator
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$supportedOptions array

Protected Methods

Method 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 method

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

Property Details

$supportedOptions protected property

protected array $supportedOptions
return array