public function __construct($playerId, $finished, $category = 1)
 {
     parent::__construct($playerId, $playerId, $finished, $category);
 }
 public function __construct($fen)
 {
     $fen = $this->getValidFen($fen);
     parent::__construct($fen);
 }
 public function __construct($fromZip, $toZip)
 {
     parent::__construct($fromZip, $toZip);
 }