Represents a Picasa Account, which holds an array of Albums. The general idea is to instantiate an instance of this object using XML from Picasa's Atom feed and then access the needed information about the Picasa account through getters and setters.
Located in /Picasa/Account.php (line 20)
An array of Picsaa_Album objects for each album in the requested feed.
The name of the Account's owner.
A URL to the account icon, probably the author's icon.
The base URL of the feed that was requested.
The account author.
The account subtitle, probably blank.
The account title, probably the owner's username.
The URL to account in PicasaWeb.
Constructs an Account object.
This method assigns Album objects to the Account, but the Album objects that are constructed will not initially contain Image objects. This is because the XML that is returned from Picasa does not contain individual Image nodes for each Album, presumeably because it could potentially take a lot of time to fetch every image in an Account when all you likely need are the Albums. Starting with version 3.0 of this API, the images are fetched from Picasa when Picasa_Album::getImages() is called and Picasa_Album::$images is null.
Constructs a textual representation of everything in the current instantiation of the object.
Documentation generated on Tue, 02 Jun 2009 14:51:47 -0700 by phpDocumentor 1.4.1