FormValidator::checkMaxLength

Usage

void FormValidator::checkMaxLength(array $max_length, [ string $error_type = 'view' ])

Description

Max length

Parameters

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

Return Value

void

See Also