PHP Class Neos\Flow\Validation\Validator\EmailAddressValidator

Inheritance: extends AbstractValidator
Afficher le fichier Open project: neos/flow-development-collection

Méthodes protégées

Méthode Description
isValid ( mixed $value ) : void Checks if the given value is a valid email address.
validEmail ( string $emailAddress ) : boolean Checking syntax of input email address

Method Details

isValid() protected méthode

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

validEmail() protected méthode

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