applyParsley() 공개 메소드

Sets the html attributes required for frontend validation Subclasses should call parent::applyParsley
public applyParsley ( ) : void
리턴 void
 public function applyParsley()
 {
     parent::applyParsley();
     $this->field->setAttribute('data-parsley-dateiso', 'true');
 }