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
-
SimpleXMLElement | $xml | XML from Google |
Registry | $options | Google options object |
JGoogleAuth | $auth | Google data http client object |
- Depuis
- 3.1.4
Références $options.
◆ delete()
Method to delete a Picasa album
- Paramètres
-
mixed | $match | Check for most up to date album |
- Renvoie
- boolean Success or failure.
- Depuis
- 3.1.4
- Exceptions
-
Exception | |
RuntimeException | |
UnexpectedValueException | |
Références $url, et null.
◆ getAccess()
Method to get the access level of the album
- Renvoie
- string Album access level
- Depuis
- 3.1.4
◆ getLink()
getLink |
( |
|
$type = 'edit' | ) |
|
Method to get the album link
- Paramètres
-
string | $type | Type of link to return |
- Renvoie
- string Link or false on failure
- Depuis
- 3.1.4
Références $link, et $type.
◆ getLocation()
Method to get the location of the album
- Renvoie
- string Album location
- Depuis
- 3.1.4
◆ getMime()
Add photo
- Paramètres
-
- Renvoie
- mixed Data from Google
- Depuis
- 3.1.4
- Exceptions
-
Références $file.
◆ getSummary()
Method to get the summary of the album
- Renvoie
- string Album summary
- Depuis
- 3.1.4
◆ getTime()
Method to get the time of the album
- Renvoie
- double Album time
- Depuis
- 3.1.4
◆ getTitle()
Method to get the title of the album
- Renvoie
- string Album title
- Depuis
- 3.1.4
◆ listPhotos()
Method to retrieve a list of Picasa Photos
- Renvoie
- mixed Data from Google
- Depuis
- 3.1.4
- Exceptions
-
Références $item, $items, $url, et null.
◆ refresh()
Refresh Picasa Album
- Renvoie
- mixed Data from Google
- Depuis
- 3.1.4
- Exceptions
-
Références $url, et null.
◆ save()
Method to modify a Picasa Album
- Paramètres
-
string | $match | Optional eTag matching parameter |
- Renvoie
- mixed Data from Google.
- Depuis
- 3.1.4
- Exceptions
-
Références $url.
◆ setAccess()
Method to set the access level of the album
- Paramètres
-
string | $access | New album access |
- Renvoie
- JGoogleDataPicasaAlbum The object for method chaining
- Depuis
- 3.1.4
◆ setLocation()
Method to set the location of the album
- Paramètres
-
string | $location | New album location |
- Renvoie
- JGoogleDataPicasaAlbum The object for method chaining
- Depuis
- 3.1.4
Références $location.
◆ setSummary()
Method to set the summary of the album
- Paramètres
-
string | $summary | New album summary |
- Renvoie
- JGoogleDataPicasaAlbum The object for method chaining
- Depuis
- 3.1.4
◆ setTime()
Method to set the time of the album
- Paramètres
-
- Renvoie
- JGoogleDataPicasaAlbum The object for method chaining
- Depuis
- 3.1.4
◆ setTitle()
Method to set the title of the album
- Paramètres
-
string | $title | New album title |
- Renvoie
- JGoogleDataPicasaAlbum The object for method chaining
- Depuis
- 3.1.4
Références $title.
◆ upload()
upload |
( |
|
$file, |
|
|
|
$title = '' , |
|
|
|
$summary = '' |
|
) |
| |
Add photo
- Paramètres
-
string | $file | Path of file to upload |
string | $title | Title to give to file (defaults to filename) |
string | $summary | Description of the file |
- Renvoie
- mixed Data from Google
- Depuis
- 3.1.4
- Exceptions
-
Références $data, $file, $title, $type, et jimport().
◆ $xml
La documentation de cette classe a été générée à partir du fichier suivant :