EmailValidator
extends RegexValidator
in package
Description of RegexValidator
Tags
Table of Contents
Properties
- $pattern : mixed
Methods
- __construct() : mixed
- getJavaScriptCode() : mixed
- getValidatedData() : mixed
- isValid() : mixed
Properties
$pattern
protected
mixed
$pattern
Methods
__construct()
public
__construct() : mixed
getJavaScriptCode()
public
abstract getJavaScriptCode() : mixed
getValidatedData()
public
abstract getValidatedData(mixed $data) : mixed
Parameters
- $data : mixed
isValid()
public
abstract isValid(mixed $data) : mixed
Parameters
- $data : mixed