\JGoogleDataPicasa
Google Picasa data class for the Joomla Platform.
Synopsis
class JGoogleDataPicasa
extends JGoogleData
{
- // methods
- public void __construct()
- public mixed listAlbums()
- public mixed createAlbum()
- public mixed getAlbum()
- // 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
Methods
public
- __construct() — Constructor.
- createAlbum() — Method to create a Picasa Album
- getAlbum() — Get Picasa Album
- listAlbums() — Method to retrieve a list of Picasa Albums
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.