Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
platform360
/
vendor
/
psr
/
event-dispatcher
/
src
/
File Content:
EventDispatcherInterface.php
<?php declare (strict_types=1); namespace Platform360\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); }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
EventDispatcherInterface.php
444 bytes
0644
ListenerProviderInterface.php
537 bytes
0644
StoppableEventInterface.php
798 bytes
0644
N4ST4R_ID | Naxtarrr