/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient/src
NameSizeModeActions
AccessToken/-0755rm
AuthHandler/-0755rm
Http/-0755rm
Service/-0755rm
Task/-0755rm
Utils/-0755rm
aliases.php31280644editdlrm
Client.php414830644editdlrm
Collection.php31120644editdlrm
Exception.php6960644editdlrm
Model.php102450644editdlrm
Service.php18600644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient/src/Service.php (1860B)
client = $clientOrConfig; } elseif (is_array($clientOrConfig)) { $this->client = new Client($clientOrConfig ?: []); } else { $errorMessage = 'constructor must be array or instance of Google\Client'; if (class_exists('TypeError')) { throw new TypeError($errorMessage); } trigger_error($errorMessage, E_USER_ERROR); } } /** * Return the associated Google\Client class. * @return \Google\Client */ public function getClient() { return $this->client; } /** * Create a new HTTP Batch handler for this service * * @return Batch */ public function createBatch() { return new Batch( $this->client, false, $this->rootUrl, $this->batchPath ); } }