示例#1
0
 public function __construct($steamId)
 {
     parent::__construct();
     $this->interface = 'IPlayerService';
     $this->isService = true;
     $this->steamId = $steamId;
 }
示例#2
0
 public function __construct($steamId)
 {
     parent::__construct();
     $this->interface = 'ISteamUserStats';
     $this->steamId = $steamId;
 }
示例#3
0
 public function __construct()
 {
     parent::__construct();
     $this->interface = 'ISteamNews';
 }
示例#4
0
 public function __construct()
 {
     parent::__construct();
 }
示例#5
0
文件: App.php 项目: adamdburton/Steam
 public function __construct()
 {
     parent::__construct();
     $this->url = 'http://store.steampowered.com/';
     $this->interface = 'api';
 }