Open Journal Systems  3.3.0
Guzzle\Common\Event Class Reference
Inheritance diagram for Guzzle\Common\Event:
Symfony\Component\EventDispatcher\Event Guzzle\Common\ToArrayInterface Guzzle\Service\Command\CreateResponseClassEvent

Public Member Functions

 __construct (array $context=array())
 
 getIterator ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 toArray ()
 
- Public Member Functions inherited from Symfony\Component\EventDispatcher\Event
 getDispatcher ()
 
 getDispatcher ()
 
 getName ()
 
 getName ()
 
 isPropagationStopped ()
 
 isPropagationStopped ()
 
 setDispatcher (EventDispatcherInterface $dispatcher)
 
 setDispatcher (EventDispatcherInterface $dispatcher)
 
 setName ($name)
 
 setName ($name)
 
 stopPropagation ()
 
 stopPropagation ()
 

Detailed Description

Default event for Guzzle notifications

Definition at line 10 of file lib/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php.

Constructor & Destructor Documentation

◆ __construct()

Guzzle\Common\Event::__construct ( array  $context = array())
Parameters
array$contextContextual information

Definition at line 21 of file lib/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php.

Member Function Documentation

◆ getIterator()

Guzzle\Common\Event::getIterator ( )

◆ offsetExists()

Guzzle\Common\Event::offsetExists (   $offset)

◆ offsetGet()

Guzzle\Common\Event::offsetGet (   $offset)

◆ offsetSet()

Guzzle\Common\Event::offsetSet (   $offset,
  $value 
)

◆ offsetUnset()

Guzzle\Common\Event::offsetUnset (   $offset)

◆ toArray()

Guzzle\Common\Event::toArray ( )

Get the array representation of an object

Returns
array

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().


The documentation for this class was generated from the following file: