/home/desid573/cf.desidrivers.com.au/site/google/api/src/Google
Edit: /home/desid573/cf.desidrivers.com.au/site/google/api/src/Google/Service.php (1289B)
client = $client;
}
/**
* Return the associated Google_Client class.
* @return Google_Client
*/
public function getClient()
{
return $this->client;
}
/**
* Create a new HTTP Batch handler for this service
*
* @return Google_Http_Batch
*/
public function createBatch()
{
return new Google_Http_Batch(
$this->client,
false,
$this->rootUrl,
$this->batchPath
);
}
}