예제 #1
0
파일: Tab.php 프로젝트: GerDner/luck-docker
 public function __construct($name, $title)
 {
     $this->title = $title;
     $this->name = $name;
     parent::__construct();
 }
예제 #2
0
 /**
  * @param string $name
  */
 public function __construct($name)
 {
     $this->name = $name;
     parent::__construct();
 }