示例#1
0
文件: Text.php 项目: ehamrin/1dv608
 public function __construct($name, $value = "", $type = "text")
 {
     parent::__construct($name, $value);
     $this->SetType($type);
 }