Your IP : 3.144.16.26


Current Path : /var/test/www/opcart/vendor/guzzlehttp/guzzle/src/Event/
Upload File :
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();
}