Esempio n. 1
0
 /**
  * Constructor
  *
  * @return \iveeCore\CREST\Fetcher
  */
 public function __construct()
 {
     $this->baseUrl = \iveeCore\Config::getCrestBaseUrl();
     $this->userAgent = \iveeCore\Config::getUserAgent();
 }