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 photo
- Paramètres
-
mixed | $match | Check for most up to date photo |
- 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 photo
- Renvoie
- string Photo access level
- Depuis
- 3.1.4
◆ getHeight()
Method to get the height of the photo
- Renvoie
- int Photo height
- Depuis
- 3.1.4
◆ getLink()
getLink |
( |
|
$type = 'edit' | ) |
|
Method to get the photo 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.
◆ getSize()
Method to get the size of the photo
- Renvoie
- int Photo size
- Depuis
- 3.1.4
◆ getSummary()
Method to get the summary of the photo
- Renvoie
- string Photo description
- Depuis
- 3.1.4
◆ getThumbnails()
Method to get the photo's thumbnails
- Renvoie
- array An array of thumbnails
- Depuis
- 3.1.4
Références $height, $item, $url, et $width.
◆ getTime()
Method to get the time of the photo
- Renvoie
- double Photo time
- Depuis
- 3.1.4
◆ getTitle()
Method to get the title of the photo
- Renvoie
- string Photo title
- Depuis
- 3.1.4
◆ getUrl()
Method to get the photo's URL
- Renvoie
- string Link
- Depuis
- 3.1.4
◆ getWidth()
Method to get the width of the photo
- Renvoie
- int Photo width
- Depuis
- 3.1.4
◆ refresh()
Refresh photo data
- Renvoie
- mixed Data from Google
- Depuis
- 3.1.4
Références $url, et null.
◆ save()
Method to modify a Picasa Photo
- Paramètres
-
string | $match | Optional eTag matching parameter |
- Renvoie
- mixed Data from Google.
- Depuis
- 3.1.4
Références $url.
◆ setAccess()
Method to set the access level of the photo
- Paramètres
-
string | $access | New photo access level |
- Renvoie
- JGoogleDataPicasaPhoto The object for method chaining
- Depuis
- 3.1.4
◆ setSummary()
Method to set the summary of the photo
- Paramètres
-
string | $summary | New photo description |
- Renvoie
- JGoogleDataPicasaPhoto The object for method chaining
- Depuis
- 3.1.4
◆ setTime()
Method to set the time of the photo
- Paramètres
-
- Renvoie
- JGoogleDataPicasaPhoto The object for method chaining
- Depuis
- 3.1.4
◆ setTitle()
Method to set the title of the photo
- Paramètres
-
string | $title | New photo title |
- Renvoie
- JGoogleDataPicasaPhoto The object for method chaining
- Depuis
- 3.1.4
Références $title.
◆ $xml
La documentation de cette classe a été générée à partir du fichier suivant :