setType() 공개 메소드

public setType ( $val ) : ArticleTypeField
리턴 ArticleTypeField
 public function setType($val)
 {
     $this->__load();
     return parent::setType($val);
 }