Pinq\Providers\DSL\Compilation\Compilers\ScopeCompiler::compile PHP Méthode

compile() public méthode

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