Mvc\Model\Validator\StringLength
Class Phalcon\Mvc\Model\Validator\StringLength
extends abstract class Phalcon\Mvc\Model\Validator
implements Phalcon\Mvc\Model\ValidatorInterface
Simply validates specified string length constraints
This validator is only for use with Phalcon\Mvc\Collection. If you are using Phalcon\Mvc\Model, please use the validators provided by Phalcon\Validation.
use Phalcon\Mvc\Model\Validator\StringLength as StringLengthValidator; class