Constraint_type::applyParsley PHP 메소드

applyParsley() 공개 메소드

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