LengthValidator implements ValidatorInterface
Table of Contents
Interfaces
Methods
- __construct() : mixed
- validate() : ValidationResult
Methods
__construct()
public
__construct([int|null $min = null ][, int|null $max = null ]) : mixed
Parameters
- $min : int|null = null
- $max : int|null = null
Tags
validate()
public
validate(mixed $value) : ValidationResult
Parameters
- $value : mixed