Validator
in package
Table of Contents
- $form : Form
- $message : mixed
- form() : Form
- Returns with the assigned form
- message() : string
- The message after validation
- setForm() : void
- Assigns a form to this validator
- validate() : mixed
Properties
$form
protected
Form
$form
$message
protected
mixed
$message
Methods
form()
Returns with the assigned form
public
form() : Form
Return values
Form —message()
The message after validation
public
message() : string
Return values
string —setForm()
Assigns a form to this validator
public
setForm(Form $form) : void
Parameters
- $form : Form
Return values
void —validate()
public
abstract validate(mixed $value) : mixed
Parameters
- $value : mixed