Exakat\Analyzer\Functions\UnusedFunctions::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Function')->hasNoClassInterfaceTrait()->outIs('NAME')->atomIsNot('Void')->fullnspathIsNot('\\__autoload')->analyzerIsNot('Functions/UsedFunctions');
        $this->prepareQuery();
    }
UnusedFunctions