Open Monograph Press  3.3.0
HasDispatcherInterface.php
1 <?php
2 
3 namespace Guzzle\Common;
4 
7 
12 {
18  public static function getAllEvents();
19 
27  public function setEventDispatcher(EventDispatcherInterface $eventDispatcher);
28 
34  public function getEventDispatcher();
35 
44  public function dispatch($eventName, array $context = array());
45 
53  public function addSubscriber(EventSubscriberInterface $subscriber);
54 }
Symfony\Component\EventDispatcher\EventSubscriberInterface
Definition: lib/vendor/symfony/event-dispatcher/EventSubscriberInterface.php:25
Guzzle\Common\HasDispatcherInterface
Definition: HasDispatcherInterface.php:11
Guzzle\Common\HasDispatcherInterface\dispatch
dispatch($eventName, array $context=array())
Guzzle\Common\HasDispatcherInterface\addSubscriber
addSubscriber(EventSubscriberInterface $subscriber)
Guzzle\Common\HasDispatcherInterface\getEventDispatcher
getEventDispatcher()
Guzzle\Common\HasDispatcherInterface\setEventDispatcher
setEventDispatcher(EventDispatcherInterface $eventDispatcher)
Guzzle\Common\HasDispatcherInterface\getAllEvents
static getAllEvents()
Symfony\Component\EventDispatcher\EventDispatcherInterface
Definition: lib/vendor/symfony/event-dispatcher/EventDispatcherInterface.php:21
Guzzle\Common
Definition: AbstractHasDispatcher.php:3