コード例 #1
0
ファイル: Object.php プロジェクト: mentos1386/opencrest
 function __construct(int $relationId = NULL)
 {
     parent::__construct($relationId);
     $fleetId = NULL;
     // TODO: How the heck do you get this?
     $wingId = $relationId;
     $this->uri = "fleets/" . $fleetId . "/wings" . $wingId . "/" . $this->uri;
 }
コード例 #2
0
ファイル: Object.php プロジェクト: mentos1386/opencrest
 function __construct(int $relationId = null)
 {
     parent::__construct($relationId);
     $this->uri = "dogma/" . $this->uri;
 }
コード例 #3
0
ファイル: Object.php プロジェクト: mentos1386/opencrest
 function __construct(int $relationId = NULL)
 {
     parent::__construct($relationId);
     $this->uri = "characters/" . $this->relationId . "/" . $this->uri;
 }
コード例 #4
0
ファイル: Object.php プロジェクト: mentos1386/opencrest
 function __construct(int $relationId = NULL)
 {
     parent::__construct($relationId);
     $this->uri = "market/" . $relationId . "/" . $this->uri;
 }
コード例 #5
0
ファイル: Object.php プロジェクト: mentos1386/opencrest
 function __construct(int $relationId = NULL)
 {
     parent::__construct($relationId);
     $this->uri = "sovereignty/" . $this->uri;
 }
コード例 #6
0
ファイル: Object.php プロジェクト: mentos1386/opencrest
 function __construct(int $relationId = NULL)
 {
     parent::__construct($relationId);
     $this->uri = "inventory/" . $this->uri;
 }
コード例 #7
0
ファイル: Object.php プロジェクト: mentos1386/opencrest
 function __construct(int $relationId = NULL)
 {
     parent::__construct($relationId);
     $this->uri = "opportunities/" . $this->uri;
 }
コード例 #8
0
ファイル: Object.php プロジェクト: mentos1386/opencrest
 function __construct(int $relationId = NULL)
 {
     parent::__construct($relationId);
     $this->uri = "universe/" . $this->uri;
 }
コード例 #9
0
ファイル: Object.php プロジェクト: mentos1386/opencrest
 function __construct(int $relationId = NULL)
 {
     parent::__construct($relationId);
     $this->uri = "solarsystems/" . $this->relationId . "/" . $this->uri;
 }