PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
league
/
event
/
src
<?php namespace League\Event; interface EmitterAwareInterface { /** * Set the Emitter. * * @param EmitterInterface $emitter * * @return $this */ public function setEmitter(EmitterInterface $emitter = null); /** * Get the Emitter. * * @return EmitterInterface */ public function getEmitter(); }
[-] 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]