float = $float; } /** * Return the float from the value object * * @return string */ public function getValue() { return $this->float; } }