Exakat\Analyzer\Structures\IncludeUsage::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Include')->inIs('NAME');
        $this->prepareQuery();
    }
IncludeUsage