*/ private array $notificationFlagProviders; public function __construct( iterable $notificationFlagProviders, ) { $this->notificationFlagProviders = iterator_to_array($notificationFlagProviders); } public function getAllNotificationFlagProviders(): array { return $this->notificationFlagProviders; } }