Current path: home/webdevt/prestashop17/vendor/guzzlehttp/guzzle/src/Event/
?? Go up: /home/webdevt/prestashop17/vendor/guzzlehttp/guzzle/src
<?php
namespace GuzzleHttp\Event;
/**
* Holds an event emitter
*/
interface HasEmitterInterface
{
/**
* Get the event emitter of the object
*
* @return EmitterInterface
*/
public function getEmitter();
}