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.
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.

$_entryClassName= ''Zend_Gdata_Photos_UserEntry''
'Zend_Gdata_Photos_UserEntry'
Details
$_entryKindClassMapping= 'array(
'http://schemas.google.com/photos/2007#album' => 'Zend_Gdata_Photos_AlbumEntry''
array(
'http://schemas.google.com/photos/2007#album' => 'Zend_Gdata_Photos_AlbumEntry'
Details
$_feedClassName= ''Zend_Gdata_Photos_UserFeed''
'Zend_Gdata_Photos_UserFeed'
Details
getDOM(
$doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
void
Name | Type | Description |
---|---|---|
$doc | ||
$majorVersion | ||
$minorVersion |

getGphotoNickname(
)
:
string
Get the value for this element's gphoto:nickname attribute.
Type | Description |
---|---|
string | The requested attribute. |

getGphotoThumbnail(
)
:
string
Get the value for this element's gphoto:thumbnail attribute.
Type | Description |
---|---|
string | The requested attribute. |

getGphotoUser(
)
:
string
Get the value for this element's gphoto:user attribute.
Type | Description |
---|---|
string | The requested attribute. |

setGphotoNickname(
string $value
)
:
\Zend_Gdata_Photos_Extension_Nickname
Set the value for this element's gphoto:nickname attribute.
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.
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.
Name | Type | Description |
---|---|---|
$value | string | The desired value for this attribute. |
Type | Description |
---|---|
\Zend_Gdata_Photos_Extension_User | The element being modified. |