예제 #1
0
파일: Text.php 프로젝트: ehamrin/1dv608
 public function __construct($name, $value = "", $type = "text")
 {
     parent::__construct($name, $value);
     $this->SetType($type);
 }