Google Picasa 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.
◆ createAlbum()
createAlbum |
( |
|
$userID = 'default' , |
|
|
|
$title = '' , |
|
|
|
$access = 'private' , |
|
|
|
$summary = '' , |
|
|
|
$location = '' , |
|
|
|
$time = false , |
|
|
|
$keywords = array() |
|
) |
| |
Method to create a Picasa Album
- Paramètres
-
string | $userID | ID of user |
string | $title | New album title |
string | $access | New album access settings |
string | $summary | New album summary |
string | $location | New album location |
int | $time | New album timestamp |
array | $keywords | New album keywords |
- Renvoie
- mixed Data from Google.
- Depuis
- 3.1.4
Références $keywords, $location, $title, et $url.
◆ getAlbum()
Get Picasa Album
- Paramètres
-
string | $url | URL of album to get |
- Renvoie
- mixed Data from Google
- Depuis
- 3.1.4
- Exceptions
-
Références $url, et null.
◆ listAlbums()
listAlbums |
( |
|
$userID = 'default' | ) |
|
Method to retrieve a list of Picasa Albums
- Paramètres
-
- Renvoie
- mixed Data from Google
- Depuis
- 3.1.4
- Exceptions
-
Références $item, $items, $url, et null.
La documentation de cette classe a été générée à partir du fichier suivant :