Pinq\Expressions\ValueExpression::getValue PHP Method

getValue() public method

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

Usage Example

Example #1
0
 public function visitValue(O\ValueExpression $expression)
 {
     $this->analysis[$expression] = $this->typeSystem->getTypeFromValue($expression->getValue());
 }
All Usage Examples Of Pinq\Expressions\ValueExpression::getValue