Exakat\Analyzer\Arrays\Phparrayindex::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Array')->outIs('VARIABLE')->codeIs(VariablePhp::$variables)->back('first');
        $this->prepareQuery();
    }
Phparrayindex