Current Path : /var/test/www/opcart/vendor/guzzlehttp/guzzle/src/Event/ |
Current File : /var/test/www/opcart/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php |
<?php namespace GuzzleHttp\Event; /** * Holds an event emitter */ interface HasEmitterInterface { /** * Get the event emitter of the object * * @return EmitterInterface */ public function getEmitter(); }