Gdata/Photos/UserFeed.php
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
$_entryClassName = 'Zend_Gdata_Photos_UserEntry'
Default value
'Zend_Gdata_Photos_UserEntry'
Details- Type
- n/a
$_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 value
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')
Details- Type
- n/a
$_feedClassName = 'Zend_Gdata_Photos_UserFeed'
Default value
'Zend_Gdata_Photos_UserFeed'
Details- Type
- n/a
\Zend_Gdata_Photos_Extension_Nickname $_gphotoNickname = null
gphoto:nickname element
Default value
null
Details\Zend_Gdata_Photos_Extension_Thumbnail $_gphotoThumbnail = null
gphoto:thumbnail element
Default value
null
DetailsMethods
getDOM( $doc = null, $majorVersion = 1, $minorVersion = null) : void
Parameters
Name | Type | Description |
---|---|---|
$doc | ||
$majorVersion | ||
$minorVersion |
setGphotoNickname(string $value) : \Zend_Gdata_Photos_Extension_Nickname
Set the value for this element's gphoto:nickname attribute.
Parameters
Returns
Name | Type | Description |
---|---|---|
$value | string | The desired value for this attribute. |
Type | Description |
---|---|
\Zend_Gdata_Photos_Extension_Nickname | The element being modified. |
setGphotoThumbnail(string $value) : \Zend_Gdata_Photos_Extension_Thumbnail
Set the value for this element's gphoto:thumbnail attribute.
Parameters
Returns
Name | Type | Description |
---|---|---|
$value | string | The desired value for this attribute. |
Type | Description |
---|---|
\Zend_Gdata_Photos_Extension_Thumbnail | The element being modified. |
setGphotoUser(string $value) : \Zend_Gdata_Photos_Extension_User
Set the value for this element's gphoto:user attribute.
Parameters
Returns
Name | Type | Description |
---|---|---|
$value | string | The desired value for this attribute. |
Type | Description |
---|---|
\Zend_Gdata_Photos_Extension_User | The element being modified. |