Pinq\Expressions\ValueExpression::getValue PHP Метод

getValue() публичный Метод

public getValue ( ) : mixed
Результат mixed
    public function getValue()
    {
        return $this->value;
    }

Usage 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