Pinq\Providers\DSL\Compilation\Compilers\QueryCompiler::getScopeCompiler PHP Method

getScopeCompiler() public method

public getScopeCompiler ( ) : Pinq\Providers\DSL\Compilation\Compilers\IScopeCompiler
return Pinq\Providers\DSL\Compilation\Compilers\IScopeCompiler
    public function getScopeCompiler()
    {
        return $this->scopeCompiler;
    }