\QGoogleDrive

This class will create objects to comunicate with Google Drive

Summary

Methods
Properties
Constants
__construct()
__get()
$client
$service
$error
$errorGoogle
No constants found
No protected methods found
$client
$service
$error
$errorGoogle
N/A
No private methods found
No private properties found
N/A

Properties

$client

$client : \Google_Client

contains Google Client

Type

\Google_Client

$service

$service : \Google_DriveService

contains Google Drive Service API to interact with Drive

Type

\Google_DriveService

$error

$error : string

contains error message

Type

string

$errorGoogle

$errorGoogle : string

contains error message from Google_Exception

Type

string

$client

$client : \Google_Client

Type

\Google_Client — Google Client API

$service

$service : \Google_DriveService

Type

\Google_DriveService — Google Drive Service API to interact with Drive

$error

$error : string

Type

string — Error message

$errorGoogle

$errorGoogle : string

Type

string — Google error message

Methods

__construct()

__construct() : void

Create the QGoogleDrive object.

__get()

__get(string $strName) : \Google_Client|\Google_DriveService|string|null

PHP Magic __get method implementation.

Parameters

string $strName

Name of the property to be fetched.

Returns

\Google_Client|\Google_DriveService|string|null