Ip\Form\Validator\MinLength::validatorAttributes PHP Méthode

validatorAttributes() public méthode

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