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