getValue() final public method

final public getValue ( ) : Expression
return Expression
Exemplo n.º 1
0
 protected final function interpretSourceAsScope(O\TraversalExpression $expression)
 {
     $this->scopeInterpreter->interpretScope($expression->getValue());
 }