Open Journal Systems
3.3.0
|
Public Member Functions | |
clearExceptions () | |
flush () | |
getExceptions () | |
![]() | |
__call ($method, array $args) | |
__construct (BatchInterface $decoratedBatch) | |
add ($item) | |
getDecorators () | |
isEmpty () | |
Protected Attributes | |
$exceptions = array() | |
![]() | |
$decoratedBatch | |
BatchInterface decorator used to buffer exceptions encountered during a transfer. The exceptions can then later be processed after a batch flush has completed.
Definition at line 11 of file ExceptionBufferingBatch.php.
Guzzle\Batch\ExceptionBufferingBatch::clearExceptions | ( | ) |
Clear the buffered exceptions
Definition at line 49 of file ExceptionBufferingBatch.php.
Guzzle\Batch\ExceptionBufferingBatch::flush | ( | ) |
Flush the batch and transfer the items
Reimplemented from Guzzle\Batch\AbstractBatchDecorator.
Definition at line 19 of file ExceptionBufferingBatch.php.
References Guzzle\Batch\Exception\BatchTransferException\getTransferredItems().
Guzzle\Batch\ExceptionBufferingBatch::getExceptions | ( | ) |
Get the buffered exceptions
Definition at line 41 of file ExceptionBufferingBatch.php.
References Guzzle\Batch\ExceptionBufferingBatch\$exceptions.
|
protected |
Array of BatchTransferException exceptions
Definition at line 17 of file ExceptionBufferingBatch.php.
Referenced by Guzzle\Batch\ExceptionBufferingBatch\getExceptions().