itemEntity = $itemEntity; parent::__construct($inventory); } public function getItemEntity() : ItemEntity{ return $this->itemEntity; } }