예제 #1
0
파일: People.php 프로젝트: kalaspuffar/snok
 public function __construct($id = null)
 {
     parent::__construct();
     $this->id = $id;
 }
예제 #2
0
 public function __construct($id1 = null, $id2 = null)
 {
     parent::__construct();
     $this->id1 = $id1;
     $this->id2 = $id2;
 }