Pinq\Expressions\TraversalExpression::getValue PHP Method

getValue() final public method

final public getValue ( ) : Expression
return Expression
    public final function getValue()
    {
        return $this->value;
    }

Usage Example

Beispiel #1
0
 protected final function interpretSourceAsScope(O\TraversalExpression $expression)
 {
     $this->scopeInterpreter->interpretScope($expression->getValue());
 }