Class JGoogle
Joomla Platform class for interacting with the Google APIs.
Package: Joomla\Platform\Google
Deprecated: 4.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/google/google.php
Deprecated: 4.0 Use the
joomla/google
package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/google/google.php
Methods summary
public
|
|
public
|
#
data( string $name,
Method to create JGoogleData objects |
public
|
#
embed( string $name,
Method to create JGoogleEmbed objects |
public
mixed
|
|
public
|
Magic methods summary
Properties summary
protected
|
$options |
#
Options for the Google object. |
protected
|
$auth |
#
The authentication client object to use in sending authenticated HTTP requests. |
protected
|
$data |
#
Google API object for data request. |
protected
|
$embed |
#
Google API object for embed generation. |
Magic properties
public read-only
|
$data |
|
#
Google API object for data. |
public read-only
|
$embed |
|
#
Google API object for embed generation. |