Sindbad~EG File Manager

Current Path : /var/www/html/eddcfa.sumar.com.py/vendor/psr/event-dispatcher/src/
Upload File :
Current File : /var/www/html/eddcfa.sumar.com.py/vendor/psr/event-dispatcher/src/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;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists