示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->type = 'select';
 }
示例#2
0
文件: Radio.php 项目: Bajdzis/PHPForm
 function __construct()
 {
     parent::__construct();
     $this->type = 'radio';
 }