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