X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/psr/event-dispatcher/src
home
/
prisjneg
/
public_html
/
vendor
/
psr
/
event-dispatcher
/
src
/
📁
..
📄
EventDispatcherInterface.php
(431 B)
📄
ListenerProviderInterface.php
(524 B)
📄
StoppableEventInterface.php
(785 B)
Editing: EventDispatcherInterface.php
<?php declare(strict_types=1); namespace Psr\EventDispatcher; /** * Defines a dispatcher for events. */ interface EventDispatcherInterface { /** * Provide all relevant listeners with an event to process. * * @param object $event * The object to process. * * @return object * The Event that was passed, now modified by listeners. */ public function dispatch(object $event); }
Upload File
Create Folder