\JGoogleDataPicasaAlbum
Google Picasa data class for the Joomla Platform.
Synopsis
class JGoogleDataPicasaAlbum
extends JGoogleData
{
- // members
- protected SimpleXMLElement $xml;
- // methods
- public void __construct()
- public boolean delete()
- public string getLink()
- public string getTitle()
- public string getSummary()
- public string getLocation()
- public string getAccess()
- public double getTime()
- public JGoogleDataPicasaAlbum setTitle()
- public JGoogleDataPicasaAlbum setSummary()
- public JGoogleDataPicasaAlbum setLocation()
- public JGoogleDataPicasaAlbum setAccess()
- public JGoogleDataPicasaAlbum setTime()
- public mixed save()
- public mixed refresh()
- public mixed listPhotos()
- public mixed upload()
- protected mixed getMIME()
- // Inherited methods from JGoogleData
- public void __construct()
- public boolean authenticate()
- public boolean isAuthenticated()
- protected static SimpleXMLElement safeXML()
- protected mixed listGetData()
- protected mixed query()
- public mixed getOption()
- public JGoogleData setOption()
Hierarchy
Extends
Members
protected
- $auth — JGoogleAuth
- $options — JRegistry
- $xml — SimpleXMLElement
Methods
protected
- getMIME() — Add photo
public
- __construct() — Constructor.
- delete() — Method to delete a Picasa album
- getAccess() — Method to get the access level of the album
- getLink() — Method to get the album link
- getLocation() — Method to get the location of the album
- getSummary() — Method to get the summary of the album
- getTime() — Method to get the time of the album
- getTitle() — Method to get the title of the album
- listPhotos() — Method to retrieve a list of Picasa Photos
- refresh() — Refresh Picasa Album
- save() — Method to modify a Picasa Album
- setAccess() — Method to set the access level of the album
- setLocation() — Method to set the location of the album
- setSummary() — Method to set the summary of the album
- setTime() — Method to set the time of the album
- setTitle() — Method to set the title of the album
- upload() — Add photo
Inherited from JGoogleData
protected
- listGetData() — Method to retrieve a list of data
- query() — Method to retrieve data from Google
- safeXML() — Method to validate XML
public
- authenticate() — Method to authenticate to Google
- getOption() — Get an option from the JGoogleData instance.
- isAuthenticated() — Check authentication
- setOption() — Set an option for the JGoogleData instance.