Pinq\Queries\Functions\FunctionEvaluationContextFactory::getParameterScopedVariableMap PHP Метод

getParameterScopedVariableMap() публичный Метод

public getParameterScopedVariableMap ( ) : array
Результат array
    public function getParameterScopedVariableMap()
    {
        return $this->parameterScopedVariableMap;
    }

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