Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
psr
/
event-dispatcher
/
src
Location:
/home/zoteqbgb/public_html/vendor/psr/event-dispatcher/src
Root path:
/home/zoteqbgb/public_html/config/676626
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); }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
EventDispatcherInterface.php
431 bytes
0644
2019-01-08 23:20
âï¸
ðï¸
Rename
ListenerProviderInterface.php
524 bytes
0644
2019-01-08 23:20
âï¸
ðï¸
Rename
StoppableEventInterface.php
785 bytes
0644
2019-01-08 23:20
âï¸
ðï¸
Rename
Chang
Apply