Open Journal Systems  3.3.0
BatchInterface.php
1 <?php
2 
3 namespace Guzzle\Batch;
4 
8 interface BatchInterface
9 {
17  public function add($item);
18 
24  public function flush();
25 
31  public function isEmpty();
32 }
Guzzle\Batch
Definition: AbstractBatchDecorator.php:3
Guzzle\Batch\BatchInterface\flush
flush()
Guzzle\Batch\BatchInterface\isEmpty
isEmpty()
Guzzle\Batch\BatchInterface
Definition: BatchInterface.php:8
Guzzle\Batch\BatchInterface\add
add($item)