| Current Path : /home/c/i/n/cinepatreb/billetterie/vendor/league/event/src/ | 
| Current File : /home/c/i/n/cinepatreb/billetterie/vendor/league/event/src/ListenerProviderInterface.php | 
<?php
namespace League\Event;
interface ListenerProviderInterface
{
    /**
     * Provide event
     *
     * @param ListenerAcceptorInterface $listenerAcceptor
     *
     * @return $this
     */
    public function provideListeners(ListenerAcceptorInterface $listenerAcceptor);
}