\JGoogle
Joomla Platform class for interacting with the Google APIs.
Synopsis
class JGoogle
{
- // members
- protected JRegistry $options;
- protected JAuth $auth;
- protected JGoogleData $data;
- protected JGoogleEmbed $embed;
- // methods
- public void __construct()
- public JGoogleData data()
- public JGoogleEmbed embed()
- public mixed getOption()
- public JGoogle setOption()
Members
protected
- $auth — JAuth
- $data — JGoogleData
- $embed — JGoogleEmbed
- $options — JRegistry
Methods
public
- __construct() — Constructor.
- data() — Method to create JGoogleData objects
- embed() — Method to create JGoogleEmbed objects
- getOption() — Get an option from the JGoogle instance.
- setOption() — Set an option for the JGoogle instance.