Description

bool isMinimumCharacters(int $minimum, string $error = null)

Checks if this field's length is more than or equal to the given minimum.

Parameters

int $minimum
The minimum number of characters.
string $error = null
The error message to set.

Return values

bool

Comment