Class ExceptionBufferingBatch
BatchInterface decorator used to buffer exceptions encountered during a
transfer. The exceptions can then later be processed after a batch flush has
completed.
-
Guzzle\Batch\AbstractBatchDecorator
implements
Guzzle\Batch\BatchInterface
-
Guzzle\Batch\ExceptionBufferingBatch
Methods summary
public
array
|
#
flush( )
Flush the batch and transfer the items
Flush the batch and transfer the items
Returns
array Returns an array flushed items
Overrides
|
public
array
|
#
getExceptions( )
Get the buffered exceptions
Get the buffered exceptions
Returns
array Array of BatchTransferException objects
|
public
|
#
clearExceptions( )
Clear the buffered exceptions
Clear the buffered exceptions
|
Properties summary
protected
array
|
$exceptions
|
array() |
#
Array of BatchTransferException exceptions
Array of BatchTransferException exceptions
|