API Documentation

Zend/Gdata/Photos/AlbumFeed.php

Show: inherited
Table of Contents

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Gdata  
Subpackage
Photos  
Version
$Id: AlbumFeed.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Gdata_Photos_AlbumFeed

Package: Zend\Gdata\Photos

Data model for a collection of album entries, usually provided by the servers.

For information on requesting this feed from a server, see the service class, Zend_Gdata_Photos.

Parent(s)
\Zend_Gdata_Feed < \Zend_Gdata_App_Feed < \Zend_Gdata_App_FeedSourceParent < \Zend_Gdata_App_FeedEntryParent < \Zend_Gdata_App_Base
Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

Propertyprotected  $_entryClassName= ''Zend_Gdata_Photos_AlbumEntry''
Default value'Zend_Gdata_Photos_AlbumEntry'Details
Type
Propertyprotected  $_entryKindClassMapping= 'array( 'http://schemas.google.com/photos/2007#photo' => 'Zend_Gdata_Photos_PhotoEntry''
Default valuearray( 'http://schemas.google.com/photos/2007#photo' => 'Zend_Gdata_Photos_PhotoEntry'Details
Type
Propertyprotected  $_feedClassName= ''Zend_Gdata_Photos_AlbumFeed''
Default value'Zend_Gdata_Photos_AlbumFeed'Details
Type
Propertyprotected\Zend_Gdata_Photos_Extension_Access  $_gphotoAccess= 'null'

gphoto:access element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_Access
Propertyprotected\Zend_Gdata_Photos_Extension_CommentCount  $_gphotoCommentCount= 'null'

gphoto:commentCount element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_CommentCount
Propertyprotected\Zend_Gdata_Photos_Extension_CommentingEnabled  $_gphotoCommentingEnabled= 'null'

gphoto:commentingEnabled element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_CommentingEnabled
Propertyprotected\Zend_Gdata_Photos_Extension_Id  $_gphotoId= 'null'

gphoto:id element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_Id
Propertyprotected\Zend_Gdata_Photos_Extension_Location  $_gphotoLocation= 'null'

gphoto:location element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_Location
Propertyprotected\Zend_Gdata_Photos_Extension_Name  $_gphotoName= 'null'

gphoto:name element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_Name
Propertyprotected\Zend_Gdata_Photos_Extension_Nickname  $_gphotoNickname= 'null'

gphoto:nickname element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_Nickname
Propertyprotected\Zend_Gdata_Photos_Extension_NumPhotos  $_gphotoNumPhotos= 'null'

gphoto:numphotos element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_NumPhotos
Propertyprotected\Zend_Gdata_Photos_Extension_Timestamp  $_gphotoTimestamp= 'null'

gphoto:timestamp element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_Timestamp
Propertyprotected\Zend_Gdata_Photos_Extension_User  $_gphotoUser= 'null'

gphoto:user element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_User

Methods

methodpublic__construct(  $element = null ) : void

Parameters
Name Type Description
$element
methodpublicgetDOM(  $doc = null,  $majorVersion = 1,  $minorVersion = null ) : void

Parameters
Name Type Description
$doc
$majorVersion
$minorVersion
methodpublicgetGeoRssWhere( ) : string

Get the value for this element's georss:where attribute.

Returns
Type Description
string The requested attribute.
Details
See
\setGeoRssWhere  
methodpublicgetGphotoAccess( ) : string

Get the value for this element's gphoto:access attribute.

Returns
Type Description
string The requested attribute.
Details
See
\setGphotoAccess  
methodpublicgetGphotoCommentCount( ) : string

Get the value for this element's gphoto:commentCount attribute.

Returns
Type Description
string The requested attribute.
Details
See
\setGphotoCommentCount  
methodpublicgetGphotoCommentingEnabled( ) : string

Get the value for this element's gphoto:commentingEnabled attribute.

Returns
Type Description
string The requested attribute.
Details
See
\setGphotoCommentingEnabled  
methodpublicgetGphotoId( ) : string

Get the value for this element's gphoto:id attribute.

Returns
Type Description
string The requested attribute.
Details
See
\setGphotoId  
methodpublicgetGphotoLocation( ) : string

Get the value for this element's gphoto:location attribute.

Returns
Type Description
string The requested attribute.
Details
See
\setGphotoLocation  
methodpublicgetGphotoName( ) : string

Get the value for this element's gphoto:name attribute.

Returns
Type Description
string The requested attribute.
Details
See
\setGphotoName  
methodpublicgetGphotoNickname( ) : string

Get the value for this element's gphoto:nickname attribute.

Returns
Type Description
string The requested attribute.
Details
See
\setGphotoNickname  
methodpublicgetGphotoNumPhotos( ) : string

Get the value for this element's gphoto:numphotos attribute.

Returns
Type Description
string The requested attribute.
Details
See
\setGphotoNumPhotos  
methodpublicgetGphotoTimestamp( ) : string

Get the value for this element's gphoto:timestamp attribute.

Returns
Type Description
string The requested attribute.
Details
See
\setGphotoTimestamp  
methodpublicgetGphotoUser( ) : string

Get the value for this element's gphoto:user attribute.

Returns
Type Description
string The requested attribute.
Details
See
\setGphotoUser  
methodpublicsetGeoRssWhere( string $value ) : \Zend_Gdata_Geo_Extension_GeoRssWhere

Set the value for this element's georss:where attribute.

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Geo_Extension_GeoRssWhere The element being modified.
methodpublicsetGphotoAccess( string $value ) : \Zend_Gdata_Photos_Extension_Access

Set the value for this element's gphoto:access attribute.

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Photos_Extension_Access The element being modified.
methodpublicsetGphotoCommentCount( string $value ) : \Zend_Gdata_Photos_Extension_CommentCount

Set the value for this element's gphoto:commentCount attribute.

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Photos_Extension_CommentCount The element being modified.
methodpublicsetGphotoCommentingEnabled( string $value ) : \Zend_Gdata_Photos_Extension_CommentingEnabled

Set the value for this element's gphoto:commentingEnabled attribute.

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Photos_Extension_CommentingEnabled The element being modified.
methodpublicsetGphotoId( string $value ) : \Zend_Gdata_Photos_Extension_Id

Set the value for this element's gphoto:id attribute.

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Photos_Extension_Id The element being modified.
methodpublicsetGphotoLocation( string $value ) : \Zend_Gdata_Photos_Extension_Location

Set the value for this element's gphoto:location attribute.

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Photos_Extension_Location The element being modified.
methodpublicsetGphotoName( string $value ) : \Zend_Gdata_Photos_Extension_Name

Set the value for this element's gphoto:name attribute.

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Photos_Extension_Name The element being modified.
methodpublicsetGphotoNickname( string $value ) : \Zend_Gdata_Photos_Extension_Nickname

Set the value for this element's gphoto:nickname attribute.

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Photos_Extension_Nickname The element being modified.
methodpublicsetGphotoNumPhotos( string $value ) : \Zend_Gdata_Photos_Extension_NumPhotos

Set the value for this element's gphoto:numphotos attribute.

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Photos_Extension_NumPhotos The element being modified.
methodpublicsetGphotoTimestamp( string $value ) : \Zend_Gdata_Photos_Extension_Timestamp

Set the value for this element's gphoto:timestamp attribute.

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Photos_Extension_Timestamp The element being modified.
methodpublicsetGphotoUser( string $value ) : \Zend_Gdata_Photos_Extension_User

Set the value for this element's gphoto:user attribute.

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Photos_Extension_User The element being modified.
methodprotectedtakeChildFromDOM(  $child ) : void

Parameters
Name Type Description
$child
Documentation was generated by DocBlox 0.15.1.