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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Functioncall')->tokenIs(array('T_STRING', 'T_NS_SEPARATOR'))->hasNoIn('METHOD')->hasNoClassInterfaceTrait()->hasNoFunction();
        $this->prepareQuery();
    }
IsGlobal