\JGoogleDataPicasaPhoto
Google Picasa data class for the Joomla Platform.
Synopsis
class JGoogleDataPicasaPhoto
extends JGoogleData
{
- // members
- protected SimpleXMLElement $xml;
- // methods
- public void __construct()
- public boolean delete()
- public string getLink()
- public string getURL()
- public array getThumbnails()
- public string getTitle()
- public string getSummary()
- public string getAccess()
- public double getTime()
- public int getSize()
- public int getHeight()
- public int getWidth()
- public JGoogleDataPicasaPhoto setTitle()
- public JGoogleDataPicasaPhoto setSummary()
- public JGoogleDataPicasaPhoto setAccess()
- public JGoogleDataPicasaPhoto setTime()
- public mixed save()
- public mixed refresh()
- // 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
public
- __construct() — Constructor.
- delete() — Method to delete a Picasa photo
- getAccess() — Method to get the access level of the photo
- getHeight() — Method to get the height of the photo
- getLink() — Method to get the photo link
- getSize() — Method to get the size of the photo
- getSummary() — Method to get the summary of the photo
- getThumbnails() — Method to get the photo's thumbnails
- getTime() — Method to get the time of the photo
- getTitle() — Method to get the title of the photo
- getURL() — Method to get the photo's URL
- getWidth() — Method to get the width of the photo
- refresh() — Refresh photo data
- save() — Method to modify a Picasa Photo
- setAccess() — Method to set the access level of the photo
- setSummary() — Method to set the summary of the photo
- setTime() — Method to set the time of the photo
- setTitle() — Method to set the title of the 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.