示例#1
0
 public function __construct($steamApiKey)
 {
     parent::__construct($steamApiKey);
 }
示例#2
0
 public function __construct($steamApiKey, $steamId = null)
 {
     parent::__construct($steamApiKey);
     $this->setSteamId($steamId);
 }