Pinq\Providers\DSL\Compilation\Compilers\ScopeCompiler::compile PHP 메소드

compile() 공개 메소드

public compile ( ) : mixed
리턴 mixed
    public function compile()
    {
        foreach ($this->scope->getSegments() as $segment) {
            $segment->traverse($this);
        }
    }