items as $item) { $itemInstance = ItemFactory::createItem($item); $itemInstance->updateSellIn($item); $itemInstance->updateQuality($item); } } }