Zend_Gdata_PhotosService class for interacting with the Google Photos Data API.
Like other service classes in this module, this class provides access via an HTTP client to Google servers for working with entries and feeds.
Located in /Gdata/Photos.php (line 58)
Zend_Gdata_App | --Zend_Gdata | --Zend_Gdata_Photos
											Zend_Gdata_Photos
										__construct
											([Zend_Http_Client $client = null], [string $applicationId = 'MyCompany-MyApp-1.0'])
									
											Zend_Gdata_Photos_AlbumEntry
										insertAlbumEntry
											(Zend_Gdata_Photos_AlbumEntry $album, [ $uri = null], string $url)
									
											Zend_Gdata_Photos_CommentEntry
										insertCommentEntry
											(Zend_Gdata_Photos_CommentEntry $comment, [ $uri = null], string $url)
									
											Zend_Gdata_Photos_PhotoEntry
										insertPhotoEntry
											(Zend_Gdata_Photos_PhotoEntry $photo, [ $uri = null], string $url)
									
											Zend_Gdata_Photos_TagEntry
										insertTagEntry
											(Zend_Gdata_Photos_TagEntry $tag, [ $uri = null], string $url)
									
		
			static array
			$namespaces
			 = array(Namespaces used for Zend_Gdata_Photos
Inherited from Zend_Gdata
Zend_Gdata::$_defaultPostUri
Zend_Gdata::$_httpClient
Zend_Gdata::$_registeredPackages
Zend_Gdata::$_staticHttpClient
Inherited from Zend_Gdata_App
Zend_Gdata_App::$_gzipEnabled
Zend_Gdata_App::$_httpMethodOverride
Zend_Gdata_App::$_majorProtocolVersion
Zend_Gdata_App::$_maxRedirects
Zend_Gdata_App::$_minorProtocolVersion
Zend_Gdata_App::$_useObjectMapping
Zend_Gdata_App::$_verboseExceptionMessages
		Constructor __construct (line 131)
	Create Zend_Gdata_Photos object
		deleteAlbumEntry (line 471)
	Delete an AlbumEntry.
		deleteCommentEntry (line 529)
	Delete a CommentEntry.
		deletePhotoEntry (line 500)
	Delete a PhotoEntry.
		deleteTagEntry (line 558)
	Delete a TagEntry.
		getAlbumEntry (line 265)
	Retreive a single AlbumEntry object.
		getAlbumFeed (line 187)
	Retreive AlbumFeed object containing multiple PhotoEntry or TagEntry objects.
		getCommentEntry (line 340)
	Retreive a single CommentEntry object.
		getPhotoEntry (line 290)
	Retreive a single PhotoEntry object.
		getPhotoFeed (line 215)
	Retreive PhotoFeed object containing comments and tags associated with a given photo.
		getTagEntry (line 315)
	Retreive a single TagEntry object.
		getUserEntry (line 240)
	Retreive a single UserEntry object.
		getUserFeed (line 150)
	Retrieve a UserFeed containing AlbumEntries, PhotoEntries and TagEntries associated with a given user.
		insertAlbumEntry (line 370)
	Create a new album from a AlbumEntry.
		insertCommentEntry (line 446)
	Create a new comment from a CommentEntry.
		insertPhotoEntry (line 393)
	Create a new photo from a PhotoEntry.
		insertTagEntry (line 419)
	Create a new tag from a TagEntry.
Inherited From Zend_Gdata
Zend_Gdata::__construct()
Zend_Gdata::getEntry()
Zend_Gdata::getFeed()
Zend_Gdata::import()
Zend_Gdata::isAuthenticated()
Zend_Gdata::performHttpRequest()
Inherited From Zend_Gdata_App
Zend_Gdata_App::__construct()
Zend_Gdata_App::delete()
Zend_Gdata_App::enableRequestDebugLogging()
Zend_Gdata_App::generateIfMatchHeaderData()
Zend_Gdata_App::get()
Zend_Gdata_App::getEntry()
Zend_Gdata_App::getFeed()
Zend_Gdata_App::getGzipEnabled()
Zend_Gdata_App::getHttpClient()
Zend_Gdata_App::getHttpMethodOverride()
Zend_Gdata_App::getMajorProtocolVersion()
Zend_Gdata_App::getMaxRedirects()
Zend_Gdata_App::getMinorProtocolVersion()
Zend_Gdata_App::getNextFeed()
Zend_Gdata_App::getPreviousFeed()
Zend_Gdata_App::getStaticHttpClient()
Zend_Gdata_App::getVerboseExceptionMessages()
Zend_Gdata_App::import()
Zend_Gdata_App::importFile()
Zend_Gdata_App::importString()
Zend_Gdata_App::importUrl()
Zend_Gdata_App::insertEntry()
Zend_Gdata_App::performHttpRequest()
Zend_Gdata_App::post()
Zend_Gdata_App::prepareRequest()
Zend_Gdata_App::put()
Zend_Gdata_App::registerPackage()
Zend_Gdata_App::retrieveAllEntriesForFeed()
Zend_Gdata_App::setGzipEnabled()
Zend_Gdata_App::setHttpClient()
Zend_Gdata_App::setHttpMethodOverride()
Zend_Gdata_App::setMajorProtocolVersion()
Zend_Gdata_App::setMaxRedirects()
Zend_Gdata_App::setMinorProtocolVersion()
Zend_Gdata_App::setStaticHttpClient()
Zend_Gdata_App::setVerboseExceptionMessages()
Zend_Gdata_App::updateEntry()
Zend_Gdata_App::useObjectMapping()
Zend_Gdata_App::usingObjectMapping()
Zend_Gdata_App::__call()
		
			ALBUM_PATH
			 =  'albumid'
			(line 88)
		
	Path to album feeds on the Picasa server.
		
			AUTH_SERVICE_NAME
			 =  'lh2'
			(line 63)
		
	
		
			COMMUNITY_SEARCH_PATH
			 =  'all'
			(line 98)
		
	The path to the community search feed on the Picasa server.
		
			DEFAULT_PROJECTION
			 =  'api'
			(line 68)
		
	Default projection when interacting with the Picasa server.
		
			DEFAULT_USER
			 =  'default'
			(line 78)
		
	The default user to retrieve feeds for.
		
			DEFAULT_VISIBILITY
			 =  'all'
			(line 73)
		
	The default visibility to filter events by.
		
			FEED_LINK_PATH
			 =  'http://schemas.google.com/g/2005#feed'
			(line 103)
		
	The path to use for finding links to feeds within entries
		
			KIND_PATH
			 =  'http://schemas.google.com/g/2005#kind'
			(line 108)
		
	The path to use for the determining type of an entry
		
			PHOTO_PATH
			 =  'photoid'
			(line 93)
		
	Path to photo feeds on the Picasa server.
		
			PICASA_BASE_FEED_URI
			 =  'http://picasaweb.google.com/data/feed'
			(line 62)
		
	
		
			PICASA_BASE_URI
			 =  'http://picasaweb.google.com/data'
			(line 61)
		
	
		
			USER_PATH
			 =  'user'
			(line 83)
		
	Path to the user feed on the Picasa server.
Inherited from Zend_Gdata
Zend_Gdata::AUTH_SERVICE_NAME
Inherited from Zend_Gdata_App
Zend_Gdata_App::DEFAULT_MAJOR_PROTOCOL_VERSION
Zend_Gdata_App::DEFAULT_MINOR_PROTOCOL_VERSION
Documentation generated on Mon, 21 Jun 2010 15:38:25 -0400 by phpDocumentor 1.4.3