19 declare(strict_types=1);
getMaxLimit()
get maximum limit of characters
withMaxLimit(int $max_limit)
set maximum number of characters
getMinLimit()
get minimum limit of characters
withMinLimit(int $min_limit)
set minimum number of characters
isLimited()
bool if textarea has max or min number of character limit.
withoutStripTags()
Disable removing tags on user input.
This describes Textarea inputs.