\JGoogleDataPlus
Google+ data class for the Joomla Platform.
Synopsis
class JGoogleDataPlus
extends JGoogleData
{
- // members
- protected JGoogleDataPlusPeople $people;
- protected JGoogleDataPlusActivities $activities;
- protected JGoogleDataPlusComments $comments;
- // methods
- public void __construct()
- public JGoogleDataPlus __get()
- // Inherited methods from JGoogleData
- public void __construct()
- public boolean authenticate()
- public boolean isAuthenticated()
- protected static SimpleXMLElement safeXML()
- protected mixed listGetData()
- protected mixed query()
- public mixed getOption()
- public JGoogleData setOption()
Hierarchy
Extends
Members
protected
- $activities — JGoogleDataPlusActivities
- $auth — JGoogleAuth
- $comments — JGoogleDataPlusComments
- $options — JRegistry
- $people — JGoogleDataPlusPeople
Methods
public
- __construct() — Constructor.
- __get() — Magic method to lazily create API objects
Inherited from JGoogleData
protected
- listGetData() — Method to retrieve a list of data
- query() — Method to retrieve data from Google
- safeXML() — Method to validate XML
public
- authenticate() — Method to authenticate to Google
- getOption() — Get an option from the JGoogleData instance.
- isAuthenticated() — Check authentication
- setOption() — Set an option for the JGoogleData instance.