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