PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
guzzle
/
guzzle
/
src
/
Guzzle
/
Batch
<?php namespace Guzzle\Batch; /** * Interface used for transferring batches of items */ interface BatchTransferInterface { /** * Transfer an array of items * * @param array $batch Array of items to transfer */ public function transfer(array $batch); }
[+]
..
[-] BatchRequestTransfer.php
[edit]
[-] BatchTransferInterface.php
[edit]
[-] AbstractBatchDecorator.php
[edit]
[-] BatchDivisorInterface.php
[edit]
[-] BatchBuilder.php
[edit]
[+]
Exception
[-] BatchClosureDivisor.php
[edit]
[-] BatchCommandTransfer.php
[edit]
[-] composer.json
[edit]
[-] ExceptionBufferingBatch.php
[edit]
[-] HistoryBatch.php
[edit]
[-] NotifyingBatch.php
[edit]
[-] BatchInterface.php
[edit]
[-] FlushingBatch.php
[edit]
[-] BatchSizeDivisor.php
[edit]
[-] BatchClosureTransfer.php
[edit]
[-] Batch.php
[edit]