コード例 #1
0
ファイル: InputSelect.php プロジェクト: Bajdzis/PHPForm
 function __construct()
 {
     parent::__construct();
     $this->type = 'select';
 }
コード例 #2
0
ファイル: Radio.php プロジェクト: Bajdzis/PHPForm
 function __construct()
 {
     parent::__construct();
     $this->type = 'radio';
 }