Exakat\Analyzer\Functions\FunctionsUsingReference::analyze PHP Метод

analyze() публичный Метод

public analyze ( )
    public function analyze()
    {
        // Spot references in function definitions
        $this->atomIs('Function')->outIs('ARGUMENTS')->outIs('ARGUMENT')->is('reference', true)->back('first');
        $this->prepareQuery();
    }
FunctionsUsingReference