Class Event
Default event for Guzzle notifications
- Symfony\Component\EventDispatcher\Event
-
Guzzle\Common\Event
implements
Guzzle\Common\ToArrayInterface,
ArrayAccess,
IteratorAggregate
Direct known subclasses
Methods summary
-
public__construct ( array $context = array() ) -
publicgetIterator ( ) -
publicoffsetGet ( mixed $offset ) -
publicoffsetSet ( mixed $offset, mixed $value ) -
publicoffsetExists ( mixed $offset ) -
publicoffsetUnset ( mixed $offset ) -
publictoArray ( )Get the array representation of an object
Methods detail
Parameters
- $context
array
$context Contextual information
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Get the array representation of an object
Returns
array