updatedCards[] = $subject; } public function getSumUpdatedCards(): void { foreach ($this->updatedCards as $card) { echo $card->getAmount(); } } }