PHP 클래스 Neos\Flow\Validation\Validator\EmailAddressValidator

상속: extends AbstractValidator
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 메소드들

메소드 설명
isValid ( mixed $value ) : void Checks if the given value is a valid email address.
validEmail ( string $emailAddress ) : boolean Checking syntax of input email address

메소드 상세

isValid() 보호된 메소드

Checks if the given value is a valid email address.
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
리턴 void

validEmail() 보호된 메소드

Checking syntax of input email address
protected validEmail ( string $emailAddress ) : boolean
$emailAddress string Input string to evaluate
리턴 boolean Returns TRUE if the $email address (input string) is valid