Holds a Picasa album.
Located in /Picasa/Album.php (line 19)
The username of the user who uploaded the album.
The size of the current album with all the photos, in bytes.
Determines whether or not commenting is allowed on pictures in the album.
An array of Picasa_Comment objects, one for each comment in the album.
An array that can be passed to stream_create_context() to get a context. This context array is used rather than just an auth token because the context array holds both the auth token and the type of authentication that was performed. The context can be passed as a parameter when instantiating a Picasa object to make the instantiation authenticated.
The link to use when editing the album.
The location that the photos in the album were taken in GML format.
The URL of the album's cover (160px x 160px).
The URL of the image's page on Picasa Web.
A numberic value assigned to the album by Picasa, unique across all Picasa albums.
An array of Picasa_Image objects representing each photo in the album.
The location that the album is listed as being taken at.
The number of comments made for all photos in the album.
The number of photos in the album.
The number of photos that can still be uploaded to the album without reaching the album's limit.
A Picasa_Author object representing the album's author.
The date the album was originally published.
Indicates whether the album is public or private.
A description of the album, entered by the author.
It's unclear what this field is for. It is likely blank.
An array of Picasa_Tag objects representing all tags found in the album.
The number of miliseconds after January 1st, 1970 that the image was taken.
The image's title, as set by the author.
The date that the album was last updated.
The URL to album PicasaWeb.
Constructs an Album object.
When called, this method will fill out each private member of the Album object based on XML returned from Picasa's Atom feed. It will also create a Picasa_Image object for each image in the Album by passing XML for each image into the Picasa_Image constructor.
The $images feild can somtimes be null because it's not always included in the XML used to create some objects. If that is the case, query the album feed using Picasa::getAlbumById() to get the images in the album. This is done when the client tries to access the images array so that it's not done if it's not requested.
Constructs a textual representation of the current instantiation.
Documentation generated on Tue, 02 Jun 2009 14:51:48 -0700 by phpDocumentor 1.4.1