PHP 클래스 Neos\Neos\Validation\Validator\PasswordValidator

상속: extends Neos\Flow\Validation\Validator\AbstractValidator
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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