[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/Event/ -> HasEmitterInterface.php (source)

   1  <?php
   2  namespace GuzzleHttp\Event;
   3  
   4  /**
   5   * Holds an event emitter
   6   */
   7  interface HasEmitterInterface
   8  {
   9      /**
  10       * Get the event emitter of the object
  11       *
  12       * @return EmitterInterface
  13       */
  14      public function getEmitter();
  15  }


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1