Exakat\Analyzer\Analyzer::initNewQuery PHP Method

initNewQuery() private method

private initNewQuery ( )
    private function initNewQuery()
    {
        $this->methods = array();
        $this->addMethod('as("first")');
        $this->arguments = array();
        return true;
    }
Analyzer