duration = new WholeNumber($duration); } /** * @return int */ public function getValue() { return $this->duration->getValue(); } }