EmailValidator implements ValidatorInterface
Table of Contents
Interfaces
Methods
- __construct() : mixed
- validate() : ValidationResult
Methods
__construct()
public
__construct([bool $strict = false ][, bool $domainCheck = false ]) : mixed
Parameters
- $strict : bool = false
- $domainCheck : bool = false
validate()
public
validate(mixed $value) : ValidationResult
Parameters
- $value : mixed