Pinq\Expressions\ArgumentExpression::getValue PHP Method

getValue() public method

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

Usage Example

Exemplo n.º 1
0
 public function visitArgument(O\ArgumentExpression $expression)
 {
     $this->walk($expression->getValue());
 }
All Usage Examples Of Pinq\Expressions\ArgumentExpression::getValue