\JGoogleDataPlusPeople
Google+ data class for the Joomla Platform.
Synopsis
class JGoogleDataPlusPeople
extends JGoogleData
{
- // methods
- public void __construct()
- public mixed getPeople()
- public mixed search()
- public mixed listByActivity()
- // 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
- $auth — JGoogleAuth
- $options — JRegistry
Methods
public
- __construct() — Constructor.
- getPeople() — Get a person's profile.
- listByActivity() — List all of the people in the specified collection for a particular activity.
- search() — Search all public profiles.
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.