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));
 }