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