Pinq\Expressions\ArgumentExpression::getValue PHP Méthode

getValue() public méthode

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

Usage Example

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