Example #1
0
 /**
  * @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;
 }