FormValidator::checkMinLength

Usage

void FormValidator::checkMinLength(array $min_length, [ string $error_type = 'view' ])

Description

Check min length

Parameters

Parameter Required Type Description
$min_length Yes array
$error_type No string

Return Value

void

See Also