method
public
RangeValidator::__construct()
Сигнатура
public __construct([int $min = 0 ][, null $max = null ][, bool $equality = false ][, array<string|int, mixed> $errorPhrase = array('MIN' => null, 'MAX' => null) ]) : mixed
Параметры
$min
int
= 0
$max
null
= null
$equality
bool
= false
Проверка "или равно" по границам диапазона
$errorPhrase
array<string|int, mixed>
= array('MIN' => null, 'MAX' => null)
Возвращаемое значение
mixed
Исходный файл: source/main/lib/orm/fields/validators/rangevalidator.php:44

