Storm\Core\Object\Expressions\ConstantExpression::GetValue PHP Method

GetValue() public method

public GetValue ( ) : mixed
return mixed The constant value
    public function GetValue()
    {
        return $this->Value;
    }
ConstantExpression