?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/guzzlehttp/guzzle/src/Event/



?? Go up: /home/webdevt/prestashop17/vendor/guzzlehttp/guzzle/src

?? Viewing: HasEmitterInterface.php

<?php
namespace GuzzleHttp\Event;

/**
 * Holds an event emitter
 */
interface HasEmitterInterface
{
    /**
     * Get the event emitter of the object
     *
     * @return EmitterInterface
     */
    public function getEmitter();
}


??

??