Pinq\Expressions\TraversalExpression::getValue PHP Метод

getValue() закрытый публичный Метод

final public getValue ( ) : Expression
Результат Expression
    public final function getValue()
    {
        return $this->value;
    }

Usage Example

Пример #1
0
 protected final function interpretSourceAsScope(O\TraversalExpression $expression)
 {
     $this->scopeInterpreter->interpretScope($expression->getValue());
 }