Exemplo n.º 1
0
 /**
  * @param integer $id
  */
 function __construct($id)
 {
     $client = new Client();
     $steamIds = $client->convertId($id);
     $this->id32 = $steamIds->id32;
     $this->id64 = $steamIds->id64;
     $this->id3 = $steamIds->id3;
     $this->steamId = $this->id64;
     $this->communityId = $this->id32;
 }
Exemplo n.º 2
0
 public function __construct($steamId)
 {
     parent::__construct();
     $this->interface = 'IPlayerService';
     $this->isService = true;
     $this->steamId = $steamId;
 }
Exemplo n.º 3
0
 public function __construct($steamId)
 {
     parent::__construct();
     $this->interface = 'ISteamUserStats';
     $this->steamId = $steamId;
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->interface = 'ISteamNews';
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->url = 'http://store.steampowered.com/';
     $this->interface = 'api';
 }