?iť?

Your IP : 3.137.164.69


Current Path : /home/scgforma/www/cloud/3rdparty/guzzlehttp/guzzle/src/Event/
Upload File :
Current File : /home/scgforma/www/cloud/3rdparty/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();
}