ok
Direktori : /home2/selectio/www/myclassicfit.com/vendor/league/event/src/ |
Current File : /home2/selectio/www/myclassicfit.com/vendor/league/event/src/ListenerProviderInterface.php |
<?php namespace League\Event; interface ListenerProviderInterface { /** * Provide event * * @param ListenerAcceptorInterface $listenerAcceptor * * @return $this */ public function provideListeners(ListenerAcceptorInterface $listenerAcceptor); }