Example #1
0
 public function getCollector()
 {
     return new Collector($this->getParser(), $this->config->isTolerantMode(), $this->config->isTrustingMode(), $this->config->getWhitelist(), $this->config->getBlacklist());
 }