$batchSize
$batchSize : integer
Efficiently transfers multiple commands in parallel per client This class is to be used with {@see Guzzle\Batch\BatchInterface}
createBatches(\SplQueue $queue) : array|\Traversable
Creates batches by grouping commands by their associated client {@inheritdoc}
\SplQueue | $queue | Queue of items to divide into batches. Items are removed as they are iterated. |
Returns an array or Traversable object that contains arrays of items to transfer