Constraint_type::applyParsley PHP Method

applyParsley() public method

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