Файловый менеджер - Редактировать - /home/pimjdymy/public_html/safrandsi/vendor/yiisoft/yii2-symfonymailer/src/EventDispatcherProxy.php
Назад
<?php declare(strict_types=1); namespace yii\symfonymailer; use Psr\EventDispatcher\EventDispatcherInterface; use yii\base\Component; final class EventDispatcherProxy implements EventDispatcherInterface { private Component $component; public function __construct(Component $component) { $this->component = $component; } public function dispatch(object $event): object { $this->component->trigger(get_class($event), new PsrEvent($event)); return $event; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка