コード例 #1
0
ファイル: Tab.php プロジェクト: GerDner/luck-docker
 public function __construct($name, $title)
 {
     $this->title = $title;
     $this->name = $name;
     parent::__construct();
 }
コード例 #2
0
ファイル: TabContainer.php プロジェクト: GerDner/luck-docker
 /**
  * @param string $name
  */
 public function __construct($name)
 {
     $this->name = $name;
     parent::__construct();
 }