API Documentation

Zend/Gdata/Photos/UserFeed.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: UserFeed.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Gdata_Photos_UserFeed

Package: Zend\Gdata\Photos

Data model for a collection of entries for a specific user, 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_UserEntry''
Default value'Zend_Gdata_Photos_UserEntry'Details
Type
Propertyprotected  $_entryKindClassMapping= 'array( 'http://schemas.google.com/photos/2007#album' => 'Zend_Gdata_Photos_AlbumEntry''
Default valuearray( 'http://schemas.google.com/photos/2007#album' => 'Zend_Gdata_Photos_AlbumEntry'Details
Type
Propertyprotected  $_feedClassName= ''Zend_Gdata_Photos_UserFeed''
Default value'Zend_Gdata_Photos_UserFeed'Details
Type
Propertyprotected\Zend_Gdata_Photos_Extension_Nickname  $_gphotoNickname= 'null'

gphoto:nickname element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_Nickname
Propertyprotected\Zend_Gdata_Photos_Extension_Thumbnail  $_gphotoThumbnail= 'null'

gphoto:thumbnail element

Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_Thumbnail
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
methodpublicgetGphotoNickname( ) : string

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

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

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

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

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

Returns
Type Description
string The requested attribute.
Details
See
\setGphotoUser  
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.
methodpublicsetGphotoThumbnail( string $value ) : \Zend_Gdata_Photos_Extension_Thumbnail

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

Parameters
Name Type Description
$value string

The desired value for this attribute.

Returns
Type Description
\Zend_Gdata_Photos_Extension_Thumbnail 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( \DOMNode $child ) : void

Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.

Parameters
Name Type Description
$child \DOMNode

The DOMNode to process

Documentation was generated by DocBlox 0.15.1.