Ip\Form\Validator\MinLength::validatorAttributes PHP Method

validatorAttributes() public method

Validator attributes
public validatorAttributes ( ) : string
return string
    public function validatorAttributes()
    {
        return 'pattern="(.+){' . $this->minLength . ',}"';
    }