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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Functioncall')->outIs('NAME')->tokenIs(array('T_REQUIRE_ONCE', 'T_INCLUDE_ONCE'))->back('first');
        $this->prepareQuery();
    }
OnceUsage