예제 #1
0
파일: FormType.php 프로젝트: rverbrugge/dif
 public function __construct($type, $name, $mandatory, $size, $options = '', $default = '')
 {
     parent::__construct($type, $name, $mandatory, $size, $options, $default);
     $this->extra = new InputTextField($type, $name, false, $size);
 }