method
public
LengthValidator::__construct()
Сигнатура
public __construct([int|null $min = 1 ][, int|null $max = null ][, array<string|int, mixed> $errorPhrase = array('MIN' => null, 'MAX' => null) ]) : mixed
Параметры
$min
int|null
= 1
$max
int|null
= null
$errorPhrase
array<string|int, mixed>
= array('MIN' => null, 'MAX' => null)
Возвращаемое значение
mixed
Исходный файл: source/main/lib/orm/fields/validators/lengthvalidator.php:41

