Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct (array $context=array()) | |
getIterator () | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
toArray () | |
![]() | |
getDispatcher () | |
getDispatcher () | |
getName () | |
getName () | |
isPropagationStopped () | |
isPropagationStopped () | |
setDispatcher (EventDispatcherInterface $dispatcher) | |
setDispatcher (EventDispatcherInterface $dispatcher) | |
setName ($name) | |
setName ($name) | |
stopPropagation () | |
stopPropagation () | |
Default event for Guzzle notifications
Definition at line 10 of file lib/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php.
Guzzle\Common\Event::__construct | ( | array | $context = array() | ) |
array | $context | Contextual information |
Definition at line 21 of file lib/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php.
Guzzle\Common\Event::getIterator | ( | ) |
Definition at line 26 of file lib/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php.
Referenced by Guzzle\Tests\Common\AbstractHasAdapterTest\testHelperDispatchesEvents().
Guzzle\Common\Event::offsetExists | ( | $offset | ) |
Definition at line 41 of file lib/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php.
Guzzle\Common\Event::offsetGet | ( | $offset | ) |
Definition at line 31 of file lib/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php.
Guzzle\Common\Event::offsetSet | ( | $offset, | |
$value | |||
) |
Definition at line 36 of file lib/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php.
Guzzle\Common\Event::offsetUnset | ( | $offset | ) |
Definition at line 46 of file lib/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php.
Guzzle\Common\Event::toArray | ( | ) |
Get the array representation of an object
Implements Guzzle\Common\ToArrayInterface.
Definition at line 51 of file lib/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php.
Referenced by Guzzle\Http\Message\Request\onRequestError().