item = $item; parent::__construct($inventory); } /** * @return Item */ public function getItem() : Item{ return $this->item; } }