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