コード例 #1
0
 public function __construct($playerId, $finished, $category = 1)
 {
     parent::__construct($playerId, $playerId, $finished, $category);
 }
コード例 #2
0
ファイル: EcoMoves.php プロジェクト: manishkhanchandani/mkgxy
 public function __construct($fen)
 {
     $fen = $this->getValidFen($fen);
     parent::__construct($fen);
 }
コード例 #3
0
ファイル: Capitals.php プロジェクト: manishkhanchandani/mkgxy
 public function __construct($fromZip, $toZip)
 {
     parent::__construct($fromZip, $toZip);
 }