Class IoEmittingEntityBody
EntityBody decorator that emits events for read and write methods
-
Guzzle\Http\AbstractEntityBodyDecorator
implements
Guzzle\Http\EntityBodyInterface
-
Guzzle\Http\IoEmittingEntityBody
implements
Guzzle\Common\HasDispatcherInterface
Methods summary
public static
array
|
#
getAllEvents( )
Get a list of all of the events emitted from the class
Get a list of all of the events emitted from the class
Returns
array
Implementation of
|
public
Guzzle\Http\IoEmittingEntityBody
|
#
setEventDispatcher( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
Set the EventDispatcher of the request
Set the EventDispatcher of the request
Parameters
Returns
Codecoverageignore
Implementation of
|
public
Symfony\Component\EventDispatcher\EventDispatcherInterface
|
#
getEventDispatcher( )
Get the EventDispatcher of the request
Get the EventDispatcher of the request
Returns
Symfony\Component\EventDispatcher\EventDispatcherInterface
Implementation of
|
public
Guzzle\Common\Event
|
#
dispatch( string $eventName, array $context = array() )
Helper to dispatch Guzzle events and set the event name on the event
Helper to dispatch Guzzle events and set the event name on the event
Parameters
- $eventName
- Name of the event to dispatch
- $context
- Context of the event
Returns
Implementation of
|
public
Guzzle\Http\IoEmittingEntityBody
|
#
addSubscriber( Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber )
Add an event subscriber to the dispatcher
Add an event subscriber to the dispatcher
Parameters
- $subscriber
- Event subscriber
Returns
Codecoverageignore
Implementation of
|
public
string|boolean
|
#
read( integer $length )
Read data from the stream
Read data from the stream
Parameters
- $length
- Up to length number of bytes read.
Returns
string|boolean Returns the data read from the stream or FALSE on failure or EOF
Overrides
|
public
integer|boolean
|
#
write( string $string )
Write data to the stream
Parameters
- $string
- The string that is to be written.
Returns
integer|boolean Returns the number of bytes written to the stream on success or FALSE on failure.
Overrides
|
Methods inherited from Guzzle\Http\AbstractEntityBodyDecorator
__call(),
__construct(),
__toString(),
close(),
compress(),
detachStream(),
feof(),
ftell(),
getContentEncoding(),
getContentLength(),
getContentMd5(),
getContentType(),
getCustomData(),
getMetaData(),
getSize(),
getStream(),
getStreamType(),
getUri(),
getWrapper(),
getWrapperData(),
isConsumed(),
isLocal(),
isReadable(),
isRepeatable(),
isSeekable(),
isWritable(),
readLine(),
rewind(),
seek(),
setCustomData(),
setRewindFunction(),
setSize(),
setStream(),
uncompress()
|
Properties summary
protected
Symfony\Component\EventDispatcher\EventDispatcherInterface
|
$eventDispatcher
|
|