Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JGoogleDataPicasa
+ Graphe d'héritage de JGoogleDataPicasa:

Fonctions membres publiques

 __construct (Registry $options=null, JGoogleAuth $auth=null)
 
 listAlbums ($userID='default')
 
 createAlbum ($userID='default', $title='', $access='private', $summary='', $location='', $time=false, $keywords=array())
 
 getAlbum ($url)
 
- Fonctions membres publiques hérités de JGoogleData
 __construct (Registry $options=null, JGoogleAuth $auth=null)
 
 authenticate ()
 
 isAuthenticated ()
 
 getOption ($key)
 
 setOption ($key, $value)
 

Membres hérités additionnels

- Fonctions membres protégées hérités de JGoogleData
 listGetData ($url, $maxpages=1, $token=null)
 
 query ($url, $data=null, $headers=null, $method='get')
 
- Fonctions membres protégées statiques hérités de JGoogleData
static safeXml ($data)
 
- Attributs protégés hérités de JGoogleData
 $options
 
 $auth
 

Description détaillée

Google Picasa data class for the Joomla Platform.

Depuis
3.1.4
Obsolète:
4.0 Use the joomla/google package via Composer instead

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( Registry  $options = null,
JGoogleAuth  $auth = null 
)

Constructor.

Paramètres
Registry$optionsGoogle options object
JGoogleAuth$authGoogle data http client object
Depuis
3.1.4

Références $options.

Documentation des fonctions membres

◆ createAlbum()

createAlbum (   $userID = 'default',
  $title = '',
  $access = 'private',
  $summary = '',
  $location = '',
  $time = false,
  $keywords = array() 
)

Method to create a Picasa Album

Paramètres
string$userIDID of user
string$titleNew album title
string$accessNew album access settings
string$summaryNew album summary
string$locationNew album location
int$timeNew album timestamp
array$keywordsNew album keywords
Renvoie
mixed Data from Google.
Depuis
3.1.4

Références $keywords, $location, $title, et $url.

◆ getAlbum()

getAlbum (   $url)

Get Picasa Album

Paramètres
string$urlURL of album to get
Renvoie
mixed Data from Google
Depuis
3.1.4
Exceptions
UnexpectedValueException

Références $url, et null.

◆ listAlbums()

listAlbums (   $userID = 'default')

Method to retrieve a list of Picasa Albums

Paramètres
string$userIDID of user
Renvoie
mixed Data from Google
Depuis
3.1.4
Exceptions
UnexpectedValueException

Références $item, $items, $url, et null.


La documentation de cette classe a été générée à partir du fichier suivant :