Order implements Validator
FinalYes
Table of Contents
Interfaces
Methods
- __construct() : mixed
- validate() : Result
Methods
__construct()
public
__construct(array<string|int, mixed> $allowedFields) : mixed
Parameters
- $allowedFields : array<string|int, mixed>
validate()
public
validate(mixed $value) : Result
Parameters
- $value : mixed