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

getValue() public méthode

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

Usage Example

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