Ejemplo n.º 1
0
 public function __construct($config)
 {
     if (empty($config['api_host'])) {
         $config['api_host'] = 'http://www.kongregate.com/api';
     }
     $this->config = $config;
     self::$KREDS_ITEMS = $this->getGameItems();
 }