Google
extends Engine
implements
IEngine
Table of Contents
Interfaces
- IEngine
Constants
-
ENGINE_ID
= 'google'
-
QUERY_BASE
= 'https://www.googleapis.com/webmasters/v3/'
-
QUERY_USER
= 'https://www.googleapis.com/oauth2/v3/userinfo'
-
QUERY_VERIFY
= 'https://www.googleapis.com/siteVerification/v1/webResource?verificationMethod=FILE'
-
QUERY_VERIFY_TOKEN
= 'https://www.googleapis.com/siteVerification/v1/token'
-
SCOPE_BASE
= 'https://www.googleapis.com/auth/webmasters'
-
SCOPE_DOMAIN_PROTOCOL
= 'http://'
-
SCOPE_FEED_CRAWLISSUES
= 'crawlissues/'
-
SCOPE_FEED_MESSAGES
= 'messages/'
-
SCOPE_FEED_SITES
= 'sites'
-
SCOPE_USER
= 'https://www.googleapis.com/auth/userinfo.profile'
-
SCOPE_VERIFY
= 'https://www.googleapis.com/auth/siteverification.verify_only'
Methods
-
addSite()
: mixed
-
checkAuthExpired()
: mixed
-
getAuth()
: mixed
-
getAuthUrl()
: mixed
-
getCurrentUser()
: mixed
-
getFeeds()
: mixed
-
getInterface()
: mixed
-
getScope()
: mixed
-
refreshAuth()
: mixed
-
setAuthSettings()
: mixed
-
verifyGetToken()
: mixed
-
verifySite()
: mixed
ENGINE_ID
public
mixed
ENGINE_ID
= 'google'
QUERY_BASE
public
mixed
QUERY_BASE
= 'https://www.googleapis.com/webmasters/v3/'
QUERY_USER
public
mixed
QUERY_USER
= 'https://www.googleapis.com/oauth2/v3/userinfo'
QUERY_VERIFY
public
mixed
QUERY_VERIFY
= 'https://www.googleapis.com/siteVerification/v1/webResource?verificationMethod=FILE'
QUERY_VERIFY_TOKEN
public
mixed
QUERY_VERIFY_TOKEN
= 'https://www.googleapis.com/siteVerification/v1/token'
SCOPE_BASE
public
mixed
SCOPE_BASE
= 'https://www.googleapis.com/auth/webmasters'
SCOPE_DOMAIN_PROTOCOL
public
mixed
SCOPE_DOMAIN_PROTOCOL
= 'http://'
SCOPE_FEED_CRAWLISSUES
public
mixed
SCOPE_FEED_CRAWLISSUES
= 'crawlissues/'
SCOPE_FEED_MESSAGES
public
mixed
SCOPE_FEED_MESSAGES
= 'messages/'
SCOPE_FEED_SITES
public
mixed
SCOPE_FEED_SITES
= 'sites'
SCOPE_USER
public
mixed
SCOPE_USER
= 'https://www.googleapis.com/auth/userinfo.profile'
SCOPE_VERIFY
public
mixed
SCOPE_VERIFY
= 'https://www.googleapis.com/auth/siteverification.verify_only'
addSite()
public
addSite(mixed $domain[, mixed $dir = '/' ]) : mixed
Parameters
-
$domain
: mixed
-
-
$dir
: mixed
= '/'
-
checkAuthExpired()
public
checkAuthExpired(mixed $bGetNew) : mixed
Parameters
-
$bGetNew
: mixed
-
getAuth()
public
getAuth(mixed $code) : mixed
Parameters
-
$code
: mixed
-
getAuthUrl()
public
getAuthUrl() : mixed
getCurrentUser()
public
getCurrentUser() : mixed
getFeeds()
public
getFeeds() : mixed
getInterface()
public
getInterface() : mixed
getScope()
public
getScope() : mixed
refreshAuth()
public
refreshAuth() : mixed
setAuthSettings()
public
setAuthSettings([mixed $settings = null ]) : mixed
Parameters
-
$settings
: mixed
= null
-
verifyGetToken()
public
verifyGetToken(mixed $domain, mixed $dir) : mixed
Parameters
-
$domain
: mixed
-
-
$dir
: mixed
-
verifySite()
public
verifySite(mixed $domain, mixed $dir) : mixed
Parameters
-
$domain
: mixed
-
-
$dir
: mixed
-