Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/updraftp.../includes/Google
File: Service.php
<?php
[0] Fix | Delete
/*
[1] Fix | Delete
* Copyright 2010 Google Inc.
[2] Fix | Delete
*
[3] Fix | Delete
* Licensed under the Apache License, Version 2.0 (the "License");
[4] Fix | Delete
* you may not use this file except in compliance with the License.
[5] Fix | Delete
* You may obtain a copy of the License at
[6] Fix | Delete
*
[7] Fix | Delete
* http://www.apache.org/licenses/LICENSE-2.0
[8] Fix | Delete
*
[9] Fix | Delete
* Unless required by applicable law or agreed to in writing, software
[10] Fix | Delete
* distributed under the License is distributed on an "AS IS" BASIS,
[11] Fix | Delete
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[12] Fix | Delete
* See the License for the specific language governing permissions and
[13] Fix | Delete
* limitations under the License.
[14] Fix | Delete
*/
[15] Fix | Delete
[16] Fix | Delete
class UDP_Google_Service
[17] Fix | Delete
{
[18] Fix | Delete
public $rootUrl;
[19] Fix | Delete
public $version;
[20] Fix | Delete
public $servicePath;
[21] Fix | Delete
public $availableScopes;
[22] Fix | Delete
public $resource;
[23] Fix | Delete
private $client;
[24] Fix | Delete
[25] Fix | Delete
public function __construct(UDP_Google_Client $client)
[26] Fix | Delete
{
[27] Fix | Delete
$this->client = $client;
[28] Fix | Delete
}
[29] Fix | Delete
[30] Fix | Delete
/**
[31] Fix | Delete
* Return the associated UDP_Google_Client class.
[32] Fix | Delete
* @return UDP_Google_Client
[33] Fix | Delete
*/
[34] Fix | Delete
public function getClient()
[35] Fix | Delete
{
[36] Fix | Delete
return $this->client;
[37] Fix | Delete
}
[38] Fix | Delete
}
[39] Fix | Delete
[40] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function