Beispiel #1
0
 function __construct($region, $realm)
 {
     $this->region = strtolower($region);
     $this->realm = $realm;
     $jsonConnect = new jsonConnect();
     $this->auctionHouseData = $jsonConnect->getAuctionHouse($this->realm, $this->region);
 }