Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Observer/SubjectInterface.php
Назад
<?php declare(strict_types=1); namespace Psl\Observer; interface SubjectInterface { /** * Subscribe to the given observer. * * @param ObserverInterface<static> $observer */ public function subscribe(ObserverInterface $observer): void; /** * Unsubscribe from the given observer. * * @psam-param ObserverInterface<static> $observer */ public function unsubscribe(ObserverInterface $observer): void; /** * Notify observers of an update. */ public function notify(): void; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка