Open Monograph Press
3.3.0
HasDispatcherInterface.php
1
<?php
2
3
namespace
Guzzle\Common
;
4
5
use
Symfony\Component\EventDispatcher\EventDispatcherInterface
;
6
use
Symfony\Component\EventDispatcher\EventSubscriberInterface
;
7
11
interface
HasDispatcherInterface
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
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Common
HasDispatcherInterface.php
Generated on Fri Aug 28 2020 14:52:34 for Open Monograph Press by
1.8.17