File manager - Edit - /home/linknsbh/proffy.online/vendor/doctrine/event-manager/src/EventSubscriberRegistry.php
Back
<?php declare(strict_types=1); namespace Doctrine\Common; /** * Interface for registering and unregistering event subscribers. */ interface EventSubscriberRegistry extends EventDispatcher { /** * Adds an EventSubscriber. * * The subscriber is asked for all the events it is interested in and added * as a listener for these events. */ public function addEventSubscriber(EventSubscriber $subscriber): void; /** * Removes an EventSubscriber. * * The subscriber is asked for all the events it is interested in and removed * as a listener for these events. */ public function removeEventSubscriber(EventSubscriber $subscriber): void; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.74 |
proxy
|
phpinfo
|
Settings