FromToDateParametersValidatorTrait
This is the from date and to date parameters validation trait.
Table of Contents
validateFromDate() | : bool|null | |
---|---|---|
validateToDate() | : bool|null |
Methods
validateFromDate()
protected
validateFromDate(mixed $fromDate) : bool|null
Parameters
- $fromDate : mixed
Return values
bool|null —validateToDate()
protected
validateToDate(mixed $toDate) : bool|null
Parameters
- $toDate : mixed