Pinq\Queries\Functions\FunctionEvaluationContextFactory::getScopeType PHP Method

getScopeType() public method

public getScopeType ( ) : string | null
return string | null
    public function getScopeType()
    {
        return $this->scopeType;
    }

Usage Example

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