Pinq\Expressions\ArgumentExpression::getValue PHP 메소드

getValue() 공개 메소드

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

Usage Example

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