Constraint_type::applyParsley PHP Méthode

applyParsley() public méthode

public applyParsley ( )
    public function applyParsley()
    {
        parent::applyParsley();
        $this->field->setAttribute('data-parsley-type', $this->type);
    }