Exemplo n.º 1
0
 public function __construct($steamId)
 {
     parent::__construct();
     $this->interface = 'IPlayerService';
     $this->isService = true;
     $this->steamId = $steamId;
 }
Exemplo n.º 2
0
 public function __construct($steamId)
 {
     parent::__construct();
     $this->interface = 'ISteamUserStats';
     $this->steamId = $steamId;
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->interface = 'ISteamNews';
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->url = 'http://store.steampowered.com/';
     $this->interface = 'api';
 }