RegexValidator
extends Validator
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 $pattern) : mixed
Parameters
- $pattern : mixed
getJavaScriptCode()
public
getJavaScriptCode() : mixed
getValidatedData()
public
getValidatedData(mixed $data) : mixed
Parameters
- $data : mixed
isValid()
public
isValid(mixed $data) : mixed
Parameters
- $data : mixed