Service
in package
Table of Contents
Properties
- $availableScopes : mixed
- $batchPath : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
Methods
- __construct() : mixed
- createBatch() : Batch
- Create a new HTTP Batch handler for this service
- getClient() : Client
- Return the associated Google\Client class.
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
public
__construct([mixed $clientOrConfig = [] ]) : mixed
Parameters
- $clientOrConfig : mixed = []
createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Batch
Return values
BatchgetClient()
Return the associated Google\Client class.
public
getClient() : Client