Google+ data class for the Joomla Platform.
- Depuis
- 3.1.4
- Obsolète:
- 4.0 Use the
joomla/google
package via Composer instead
◆ __construct()
Constructor.
- Paramètres
-
Registry | $options | Google options object |
JGoogleAuth | $auth | Google data http client object |
- Depuis
- 3.1.4
Références $options.
◆ getComment()
getComment |
( |
|
$id, |
|
|
|
$fields = null |
|
) |
| |
Get a comment.
- Paramètres
-
string | $id | The ID of the comment to get. |
string | $fields | Used to specify the fields you want returned. |
- Renvoie
- mixed Data from Google
- Depuis
- 3.1.4
Références $fields, $id, et $url.
◆ listComments()
listComments |
( |
|
$activityId, |
|
|
|
$fields = null , |
|
|
|
$max = 20 , |
|
|
|
$order = null , |
|
|
|
$token = null , |
|
|
|
$alt = null |
|
) |
| |
List all of the comments for an activity.
- Paramètres
-
string | $activityId | The ID of the activity to get comments for. |
string | $fields | Used to specify the fields you want returned. |
integer | $max | The maximum number of people to include in the response, used for paging. |
string | $order | The order in which to sort the list of comments. Acceptable values are "ascending" and "descending". |
string | $token | The 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 | $alt | Specifies 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, et $url.
La documentation de cette classe a été générée à partir du fichier suivant :