Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (JRegistry $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 inherited from JGoogleData | |
authenticate () | |
isAuthenticated () | |
getOption ($key) | |
setOption ($key, $value) |
Additional Inherited Members | |
Fonctions membres protégées inherited from JGoogleData | |
listGetData ($url, $maxpages=1, $token=null) | |
query ($url, $data=null, $headers=null, $method= 'get') | |
Fonctions membres protégées statiques inherited from JGoogleData | |
static | safeXML ($data) |
Attributs protégés inherited from JGoogleData | |
$options | |
$auth |
Définition à la ligne 19 du fichier picasa.php.
JGoogleDataPicasa::__construct | ( | JRegistry | $options = null , |
JGoogleAuth | $auth = null |
||
) |
Constructor.
JRegistry | $options | Google options object |
JGoogleAuth | $auth | Google data http client object |
Réimplémentée à partir de JGoogleData.
Définition à la ligne 29 du fichier picasa.php.
JGoogleDataPicasa::createAlbum | ( | $userID = 'default' , |
|
$title = '' , |
|||
$access = 'private' , |
|||
$summary = '' , |
|||
$location = '' , |
|||
$time = false , |
|||
$keywords = array() |
|||
) |
Method to create a Picasa Album
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 |
Définition à la ligne 93 du fichier picasa.php.
JGoogleDataPicasa::getAlbum | ( | $url | ) |
Get Picasa Album
string | $url | URL of album to get |
UnexpectedValueException |
Définition à la ligne 135 du fichier picasa.php.
JGoogleDataPicasa::listAlbums | ( | $userID = 'default' | ) |
Method to retrieve a list of Picasa Albums
string | $userID | ID of user |
UnexpectedValueException |
Définition à la ligne 49 du fichier picasa.php.