client = $client; } /** * Return the associated AmeliaGoogle_Client class. * @return AmeliaGoogle_Client */ public function getClient() { return $this->client; } /** * Create a new HTTP Batch handler for this service * * @return AmeliaGoogle_Http_Batch */ public function createBatch() { return new AmeliaGoogle_Http_Batch( $this->client, false, $this->rootUrl, $this->batchPath ); } }