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