Esempio n. 1
0
 protected function configureAnalyzer(Analyzer $analyzer)
 {
     $visitor = (new PublicClass())->setThreshold($this->threshold)->setMinMethodCount($this->minMethodCount);
     $analyzer->addVisitor('analyze', $visitor);
 }
Esempio n. 2
0
 protected function configureAnalyzer(Analyzer $analyzer)
 {
     $analyzer->addVisitor('analyze', $this->visitor);
 }
Esempio n. 3
0
 protected function configureAnalyzer(Analyzer $analyzer)
 {
     $analyzer->addVisitor('analyze', new PublicAttributes());
 }