Exakat\Analyzer\Analyzer::ignore PHP 메소드

ignore() 공개 메소드

public ignore ( )
    public function ignore()
    {
        // used to execute some code but not collect any node
        $this->methods[] = 'filter{ 1 == 0; }';
    }
Analyzer