Gdata/Photos/UserFeed.php

Show: PublicProtectedPrivateinherited
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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Gdata  
Subpackage
Photos  
Version
$Id$  

\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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected$_entryClassName = 'Zend_Gdata_Photos_UserEntry'
Default value'Zend_Gdata_Photos_UserEntry'Details
Type
n/a
>VPropertyprotected$_entryKindClassMapping = array('http://schemas.google.com/photos/2007#album' => 'Zend_Gdata_Photos_AlbumEntry', 'http://schemas.google.com/photos/2007#photo' => 'Zend_Gdata_Photos_PhotoEntry', 'http://schemas.google.com/photos/2007#comment' => 'Zend_Gdata_Photos_CommentEntry', 'http://schemas.google.com/photos/2007#tag' => 'Zend_Gdata_Photos_TagEntry')
Default valuearray('http://schemas.google.com/photos/2007#album' => 'Zend_Gdata_Photos_AlbumEntry', 'http://schemas.google.com/photos/2007#photo' => 'Zend_Gdata_Photos_PhotoEntry', 'http://schemas.google.com/photos/2007#comment' => 'Zend_Gdata_Photos_CommentEntry', 'http://schemas.google.com/photos/2007#tag' => 'Zend_Gdata_Photos_TagEntry')Details
Type
n/a
>VPropertyprotected$_feedClassName = 'Zend_Gdata_Photos_UserFeed'
Default value'Zend_Gdata_Photos_UserFeed'Details
Type
n/a
>VPropertyprotected\Zend_Gdata_Photos_Extension_Nickname $_gphotoNickname = null
gphoto:nickname element
Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_Nickname
>VPropertyprotected\Zend_Gdata_Photos_Extension_Thumbnail $_gphotoThumbnail = null
gphoto:thumbnail element
Default valuenullDetails
Type
\Zend_Gdata_Photos_Extension_Thumbnail
>VPropertyprotected\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
NameTypeDescription
$element
methodpublicgetDOM( $doc = null,  $majorVersion = 1,  $minorVersion = null) : void

Parameters
NameTypeDescription
$doc
$majorVersion
$minorVersion
methodpublicgetGphotoNickname() : string

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

Returns
TypeDescription
stringThe requested attribute.
Details
See
 
methodpublicgetGphotoThumbnail() : string

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

Returns
TypeDescription
stringThe requested attribute.
Details
See
 
methodpublicgetGphotoUser() : string

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

Returns
TypeDescription
stringThe requested attribute.
Details
See
 
methodpublicsetGphotoNickname(string $value) : \Zend_Gdata_Photos_Extension_Nickname

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

Parameters
NameTypeDescription
$valuestring

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Photos_Extension_NicknameThe element being modified.
methodpublicsetGphotoThumbnail(string $value) : \Zend_Gdata_Photos_Extension_Thumbnail

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

Parameters
NameTypeDescription
$valuestring

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Photos_Extension_ThumbnailThe element being modified.
methodpublicsetGphotoUser(string $value) : \Zend_Gdata_Photos_Extension_User

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

Parameters
NameTypeDescription
$valuestring

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Photos_Extension_UserThe 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
NameTypeDescription
$child\DOMNode

The DOMNode to process

Documentation was generated by phpDocumentor 2.2.0 .