| 1 | <?php | ||
| 21 | final class NotificationChecker implements NotificationCheckerInterface | ||
| 22 | { | ||
| 23 | /** @var NotificationAccessorInterface */ | ||
| 24 | private $notificationAccessor; | ||
| 25 | |||
| 26 | public function __construct(NotificationAccessorInterface $notificationAccessor) | ||
| 30 | |||
| 31 | /** | ||
| 32 |      * {@inheritdoc} | ||
| 33 | */ | ||
| 34 | public function checkNotification(string $message, NotificationType $type): void | ||
| 47 | |||
| 48 | private function resolveClass(NotificationType $type): string | ||
| 60 | } | ||
| 61 |