Batch
class Batch (View source)
Class to handle batched requests to the Google API service.
Note that calls to Google\Http\Batch::execute()
do not clear the queued
requests. To start a new batch, be sure to create a new instance of this
class.
Constants
BATCH_PATH |
|
Methods
add(RequestInterface $request, $key = false)
No description
execute()
No description
parseResponse(ResponseInterface $response, $classes = array())
No description
Details
__construct(Client $client, $boundary = false, $rootUrl = null, $batchPath = null)
No description
add(RequestInterface $request, $key = false)
No description
execute()
No description
parseResponse(ResponseInterface $response, $classes = array())
No description