Class JGoogleDataPicasa

Description

Google Picasa data class for the Joomla Platform.

  • since: 12.3

Located in /libraries/joomla/google/data/picasa.php (line 19)

JGoogleData
   |
   --JGoogleDataPicasa
Method Summary
 JGoogleDataPicasa __construct ([JRegistry $options = null], [JGoogleAuth $auth = null])
 mixed createAlbum ([string $userID = 'default'], [string $title = ''], [string $access = 'private'], [string $summary = ''], [string $location = ''], [int $time = false], [array $keywords = array()])
 mixed getAlbum (string $url)
 mixed listAlbums ([string $userID = 'default'])
Variables

Inherited Variables

Inherited from JGoogleData

JGoogleData::$auth
JGoogleData::$options
Methods
Constructor __construct (line 29)

Constructor.

  • since: 12.3
  • access: public
JGoogleDataPicasa __construct ([JRegistry $options = null], [JGoogleAuth $auth = null])

Redefinition of:
JGoogleData::__construct()
Constructor.
createAlbum (line 93)

Method to create a Picasa Album

  • return: Data from Google.
  • since: 12.3
  • access: public
mixed createAlbum ([string $userID = 'default'], [string $title = ''], [string $access = 'private'], [string $summary = ''], [string $location = ''], [int $time = false], [array $keywords = array()])
  • string $userID: ID of user
  • string $title: New album title
  • string $access: New album access settings
  • string $summary: New album summary
  • string $location: New album location
  • int $time: New album timestamp
  • array $keywords: New album keywords
getAlbum (line 135)

Get Picasa Album

  • return: Data from Google
  • since: 12.3
  • throws: UnexpectedValueException
  • access: public
mixed getAlbum (string $url)
  • string $url: URL of album to get
listAlbums (line 49)

Method to retrieve a list of Picasa Albums

  • return: Data from Google
  • since: 12.3
  • throws: UnexpectedValueException
  • access: public
mixed listAlbums ([string $userID = 'default'])
  • string $userID: ID of user

Inherited Methods

Inherited From JGoogleData

 JGoogleData::__construct()
 JGoogleData::authenticate()
 JGoogleData::getOption()
 JGoogleData::isAuthenticated()
 JGoogleData::listGetData()
 JGoogleData::query()
 JGoogleData::safeXML()
 JGoogleData::setOption()

Documentation generated on Tue, 19 Nov 2013 15:10:40 +0100 by phpDocumentor 1.4.3