コード例 #1
0
ファイル: People.php プロジェクト: kalaspuffar/snok
 public function __construct($id = null)
 {
     parent::__construct();
     $this->id = $id;
 }
コード例 #2
0
ファイル: MultiKey.php プロジェクト: kalaspuffar/snok
 public function __construct($id1 = null, $id2 = null)
 {
     parent::__construct();
     $this->id1 = $id1;
     $this->id2 = $id2;
 }