DateTimeTrait
Date-time greater than validator class
Tags
Table of Contents
Methods
- evaluate() : bool
- Method to evaluate the validator
- getValue() : mixed
- Get the validator value
- setValue() : static
- Set the validator value
Methods
evaluate()
Method to evaluate the validator
public
evaluate([mixed $input = null ]) : bool
Parameters
- $input : mixed = null
Return values
boolgetValue()
Get the validator value
public
getValue() : mixed
setValue()
Set the validator value
public
setValue(mixed $value) : static
Parameters
- $value : mixed