[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/Event/ -> Emitter.php (summary)

(no description)

File Size: 145 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Emitter:: (8 methods):
  on()
  once()
  removeListener()
  listeners()
  hasListeners()
  emit()
  attach()
  detach()


Class: Emitter  - X-Ref

Guzzle event emitter.

Some of this class is based on the Symfony EventDispatcher component, which
ships with the following license:

This file is part of the Symfony package.

(c) Fabien Potencier <fabien@symfony.com>

For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.

on($eventName, callable $listener, $priority = 0)   X-Ref
No description

once($eventName, callable $listener, $priority = 0)   X-Ref
No description

removeListener($eventName, callable $listener)   X-Ref
No description

listeners($eventName = null)   X-Ref
No description

hasListeners($eventName)   X-Ref
No description

emit($eventName, EventInterface $event)   X-Ref
No description

attach(SubscriberInterface $subscriber)   X-Ref
No description

detach(SubscriberInterface $subscriber)   X-Ref
No description



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