Exemplo n.º 1
0
 /**
  * @param array $options Class instances / Echo to cli.
  */
 public function __construct(array $options = [])
 {
     parent::__construct($options);
     $this->rageqty = $this->pdo->getSetting('maxrageprocessed') != '' ? $this->pdo->getSetting('maxrageprocessed') : 75;
     $this->xmlEpisodeInfoUrl = "http://services.tvrage.com/myfeeds/episodeinfo.php?key=" . TvRage::APIKEY;
 }