Exakat\Analyzer\Structures\CalltimePassByReference::analyze PHP Метод

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Functioncall')->tokenIsNot('T_ARRAY')->outIs('ARGUMENTS')->outIs('ARGUMENT')->is('reference', true);
        $this->prepareQuery();
    }
CalltimePassByReference