PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
league
/
event
/
src
<?php namespace League\Event; interface ListenerInterface { /** * Handle an event. * * @param EventInterface $event * * @return void */ public function handle(EventInterface $event); /** * Check whether the listener is the given parameter. * * @param mixed $listener * * @return bool */ public function isListener($listener); }
[-] OneTimeListener.php
[edit]
[-] AbstractEvent.php
[edit]
[+]
..
[-] EmitterTrait.php
[edit]
[-] Emitter.php
[edit]
[-] ListenerAcceptorInterface.php
[edit]
[-] EmitterAwareTrait.php
[edit]
[-] EmitterAwareInterface.php
[edit]
[-] AbstractListener.php
[edit]
[-] Event.php
[edit]
[-] ListenerProviderInterface.php
[edit]
[-] GeneratorInterface.php
[edit]
[-] EmitterInterface.php
[edit]
[-] GeneratorTrait.php
[edit]
[-] Generator.php
[edit]
[-] EventInterface.php
[edit]
[-] ListenerAcceptor.php
[edit]
[-] CallbackListener.php
[edit]
[-] ListenerInterface.php
[edit]
[-] BufferedEmitter.php
[edit]