Storm\Core\Object\Expressions\ConstantExpression::GetValue PHP Метод

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

public GetValue ( ) : mixed
Результат mixed The constant value
    public function GetValue()
    {
        return $this->Value;
    }
ConstantExpression