/
kiber_den
/
pattern-realisation
Обзор
Документация
Войти
/
kiber_den
/
pattern-realisation
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
observer
Observer/SMSNotificationService.php
11 строк
198 B
daniil
observer realisation
01 авг 2025, 17:50
01 авг 2025, 17:50
c885bd1
Код
Авторство
О чём код?
<?php namespace Observer; class SMSNotificationService implements ObserverInterface { public function update(string $message) { echo "Sending SMS notification: $message\n"; } }