$decoratedBatch
$decoratedBatch : \Guzzle\Batch\BatchInterface
BatchInterface decorator used to buffer exceptions encountered during a transfer. The exceptions can then later be processed after a batch flush has completed.
$decoratedBatch : \Guzzle\Batch\BatchInterface
__construct(\Guzzle\Batch\BatchInterface $decoratedBatch)
\Guzzle\Batch\BatchInterface | $decoratedBatch | BatchInterface that is being decorated |