Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Plus Class Reference
Inheritance diagram for Google_Service_Plus:
Google_Service

Public Member Functions

 __construct (Google_Client $client)
 Constructs the internal representation of the Plus service.
 
 createBatch ()
 Create a new HTTP Batch handler for this service.
 
 getClient ()
 

Public Attributes

 $activities
 
 $availableScopes
 
 $batchPath
 
 $comments
 
 $moments
 
 $people
 
 $resource
 
 $rootUrl
 
 $servicePath
 
 $version
 
const PLUS_LOGIN
 Know your basic profile info and list of people in your circles.
 
const PLUS_ME
 Know who you are on Google.
 
const USERINFO_EMAIL
 View your email address.
 
const USERINFO_PROFILE
 View your basic profile info.
 

Constructor & Destructor Documentation

◆ __construct()

Google_Service_Plus::__construct ( Google_Client $client)

Constructs the internal representation of the Plus service.

Parameters
Google_Client$client

Reimplemented from Google_Service.

Member Function Documentation

◆ createBatch()

Google_Service::createBatch ( )
inherited

Create a new HTTP Batch handler for this service.

Return values
Google_Http_Batch

Member Data Documentation

◆ PLUS_LOGIN

const Google_Service_Plus::PLUS_LOGIN
Initial value:
=
"https://www.googleapis.com/auth/plus.login"

Know your basic profile info and list of people in your circles.

◆ PLUS_ME

const Google_Service_Plus::PLUS_ME
Initial value:
=
"https://www.googleapis.com/auth/plus.me"

Know who you are on Google.

◆ USERINFO_EMAIL

const Google_Service_Plus::USERINFO_EMAIL
Initial value:
=
"https://www.googleapis.com/auth/userinfo.email"

View your email address.

◆ USERINFO_PROFILE

const Google_Service_Plus::USERINFO_PROFILE
Initial value:
=
"https://www.googleapis.com/auth/userinfo.profile"

View your basic profile info.


The documentation for this class was generated from the following file: