コード例 #1
0
ファイル: Detail.php プロジェクト: max-developer/configurator
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->text();
 }
コード例 #2
0
ファイル: Form.php プロジェクト: max-developer/configurator
 /**
  * @param string $name
  */
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->type(EnumType::INPUT_TEXT);
 }