Pinq\Queries\Functions\FunctionEvaluationContextFactory::getNamespace PHP 메소드

getNamespace() 공개 메소드

public getNamespace ( ) : string | null
리턴 string | null
    public function getNamespace()
    {
        return $this->namespace;
    }

Usage Example

예제 #1
0
 public final function walk(O\ExpressionWalker $walker)
 {
     return $this->update($this->evaluationContextFactory->getScopeType(), $this->evaluationContextFactory->getNamespace(), $this->evaluationContextFactory->getParameterScopedVariableMap(), $walker->walkAll($this->parameters->getAll()), $this->isInternal() ? null : $walker->walkAll($this->bodyExpressions));
 }