Path : /srv/www/vhosts/rozzo/wp-content/plugins/backwpup/vendor/Guzzle/Batch/ |
Current File : /srv/www/vhosts/rozzo/wp-content/plugins/backwpup/vendor/Guzzle/Batch/BatchTransferInterface.php |
<?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); }