Constructor.
-
JRegistry
$options: Google options object.
-
JAuth
$auth: The authentication client object.
Method to create JGoogleData objects
-
string
$name: Name of property to retrieve
-
JRegistry
$options: Google options object.
-
JAuth
$auth: The authentication client object.
Method to create JGoogleEmbed objects
-
string
$name: Name of property to retrieve
-
JRegistry
$options: Google options object.
Get an option from the JGoogle instance.
mixed
getOption
(string $key)
-
string
$key: The name of the option to get.
Set an option for the JGoogle instance.
JGoogle
setOption
(
string $key,
mixed $value)
-
string
$key: The name of the option to set.
-
mixed
$value: The option value to set.