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