/** * @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; }
public function __construct($steamId) { parent::__construct(); $this->interface = 'IPlayerService'; $this->isService = true; $this->steamId = $steamId; }
public function __construct($steamId) { parent::__construct(); $this->interface = 'ISteamUserStats'; $this->steamId = $steamId; }
public function __construct() { parent::__construct(); $this->interface = 'ISteamNews'; }
public function __construct() { parent::__construct(); }
public function __construct() { parent::__construct(); $this->url = 'http://store.steampowered.com/'; $this->interface = 'api'; }