| Total Complexity | 3 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 18 | class Google_Service |
||
| 19 | { |
||
| 20 | public $batchPath; |
||
| 21 | public $rootUrl; |
||
| 22 | public $version; |
||
| 23 | public $servicePath; |
||
| 24 | public $availableScopes; |
||
| 25 | public $resource; |
||
| 26 | private $client; |
||
| 27 | |||
| 28 | public function __construct(Google_Client $client) |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Return the associated Google_Client class. |
||
| 35 | * @return Google_Client |
||
| 36 | */ |
||
| 37 | public function getClient() |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * Create a new HTTP Batch handler for this service |
||
| 44 | * |
||
| 45 | * @return Google_Http_Batch |
||
| 46 | */ |
||
| 47 | public function createBatch() |
||
| 57 |