Exakat\Analyzer\Classes\HasFluentInterface::analyze PHP Метод

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Class')->outIs('BLOCK')->atomInside('Return')->outIs('RETURN')->atomIs('Variable')->codeIs('$this')->back('first');
        $this->prepareQuery();
    }
HasFluentInterface