ExpValidator
extends Validator
in package
Table of Contents
- validate() : bool
- Validates the field specified by validates().
- validates() : string
- Must return the validated field name;
Methods
validate()
Validates the field specified by validates().
public
validate(mixed $value) : bool
Parameters
- $value : mixed
Tags
Return values
bool —validates()
Must return the validated field name;
public
validates() : string