Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JGoogleDataPlusActivities
+ Graphe d'héritage de JGoogleDataPlusActivities:

Fonctions membres publiques

 __construct (Registry $options=null, JGoogleAuth $auth=null)
 
 listActivities ($userId, $collection, $fields=null, $max=10, $token=null, $alt=null)
 
 getActivity ($id, $fields=null, $alt=null)
 
 search ($query, $fields=null, $language=null, $max=10, $order=null, $token=null)
 
- Fonctions membres publiques hérités de JGoogleData
 __construct (Registry $options=null, JGoogleAuth $auth=null)
 
 authenticate ()
 
 isAuthenticated ()
 
 getOption ($key)
 
 setOption ($key, $value)
 

Membres hérités additionnels

- Fonctions membres protégées hérités de JGoogleData
 listGetData ($url, $maxpages=1, $token=null)
 
 query ($url, $data=null, $headers=null, $method='get')
 
- Fonctions membres protégées statiques hérités de JGoogleData
static safeXml ($data)
 
- Attributs protégés hérités de JGoogleData
 $options
 
 $auth
 

Description détaillée

Google+ data class for the Joomla Platform.

Depuis
3.1.4
Obsolète:
4.0 Use the joomla/google package via Composer instead

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( Registry  $options = null,
JGoogleAuth  $auth = null 
)

Constructor.

Paramètres
Registry$optionsGoogle options object
JGoogleAuth$authGoogle data http client object
Depuis
3.1.4

Références $options.

Documentation des fonctions membres

◆ getActivity()

getActivity (   $id,
  $fields = null,
  $alt = null 
)

Get an activity.

Paramètres
string$idThe ID of the activity to get.
string$fieldsUsed to specify the fields you want returned.
string$altSpecifies an alternative representation type. Acceptable values are: "json" - Use JSON format (default)
Renvoie
mixed Data from Google
Depuis
3.1.4

Références $alt, $fields, $id, et $url.

◆ listActivities()

listActivities (   $userId,
  $collection,
  $fields = null,
  $max = 10,
  $token = null,
  $alt = null 
)

List all of the activities in the specified collection for a particular user.

Paramètres
string$userIdThe ID of the user to get activities for. The special value "me" can be used to indicate the authenticated user.
string$collectionThe collection of activities to list. Acceptable values are: "public".
string$fieldsUsed to specify the fields you want returned.
integer$maxThe maximum number of people to include in the response, used for paging.
string$tokenThe continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. This token may be of any length.
string$altSpecifies an alternative representation type. Acceptable values are: "json" - Use JSON format (default)
Renvoie
mixed Data from Google
Depuis
3.1.4

Références $alt, $fields, $url, et $userId.

◆ search()

search (   $query,
  $fields = null,
  $language = null,
  $max = 10,
  $order = null,
  $token = null 
)

Search all public activities.

Paramètres
string$queryFull-text search query string.
string$fieldsUsed to specify the fields you want returned.
string$languageSpecify the preferred language to search with. https://developers.google.com/+/api/search#available-languages
integer$maxThe maximum number of people to include in the response, used for paging.
string$orderSpecifies how to order search results. Acceptable values are "best" and "recent".
string$tokenThe continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. This token may be of any length.
Renvoie
mixed Data from Google
Depuis
3.1.4

Références $fields, $language, $query, et $url.


La documentation de cette classe a été générée à partir du fichier suivant :