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 class for a User Entry.
To transfer user entries to and from the servers, including creating new entries, refer to the service class, Zend_Gdata_Photos.
This class represents
$_entryClassName = 'Zend_Gdata_Photos_UserEntry'
DetailsZend_Gdata_Photos_Extension_MaxPhotosPerAlbum $_gphotoMaxPhotosPerAlbum = 'null'gphoto:maxPhotosPerAlbum element
DetailsZend_Gdata_Photos_Extension_Nickname $_gphotoNickname = 'null'gphoto:nickname element
DetailsZend_Gdata_Photos_Extension_QuotaCurrent $_gphotoQuotaCurrent = 'null'gphoto:quotacurrent element
DetailsZend_Gdata_Photos_Extension_QuotaLimit $_gphotoQuotaLimit = 'null'gphoto:quotalimit element
DetailsZend_Gdata_Photos_Extension_Thumbnail $_gphotoThumbnail = 'null'gphoto:thumbnail element
DetailsZend_Gdata_Photos_Extension_User $_gphotoUser = 'null'gphoto:user element
Details__construct(
DOMElement $element
=
null
)
:
Create a new instance.
DetailsgetDOM(
DOMDocument $doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
DOMElementRetrieves a DOMElement which corresponds to this element and all child properties. This is used to build an entry back into a DOM and eventually XML text for application storage/persistence.
DetailsgetGphotoMaxPhotosPerAlbum(
)
:
stringGet the value for this element's gphoto:maxPhotosPerAlbum attribute.
DetailsgetGphotoNickname(
)
:
stringGet the value for this element's gphoto:nickname attribute.
DetailsgetGphotoQuotaCurrent(
)
:
stringGet the value for this element's gphoto:quotacurrent attribute.
DetailsgetGphotoQuotaLimit(
)
:
stringGet the value for this element's gphoto:quotalimit attribute.
DetailsgetGphotoThumbnail(
)
:
stringGet the value for this element's gphoto:thumbnail attribute.
DetailsgetGphotoUser(
)
:
stringGet the value for this element's gphoto:user attribute.
DetailssetGphotoMaxPhotosPerAlbum(
string $value
)
:
Zend_Gdata_Photos_Extension_MaxPhotosPerAlbumSet the value for this element's gphoto:maxPhotosPerAlbum attribute.
DetailssetGphotoNickname(
string $value
)
:
Zend_Gdata_Photos_Extension_NicknameSet the value for this element's gphoto:nickname attribute.
DetailssetGphotoQuotaCurrent(
string $value
)
:
Zend_Gdata_Photos_Extension_QuotaCurrentSet the value for this element's gphoto:quotacurrent attribute.
DetailssetGphotoQuotaLimit(
string $value
)
:
Zend_Gdata_Photos_Extension_QuotaLimitSet the value for this element's gphoto:quotalimit attribute.
DetailssetGphotoThumbnail(
string $value
)
:
Zend_Gdata_Photos_Extension_ThumbnailSet the value for this element's gphoto:thumbnail attribute.
DetailssetGphotoUser(
string $value
)
:
Zend_Gdata_Photos_Extension_UserSet the value for this element's gphoto:user attribute.
DetailstakeChildFromDOM(
DOMNode $child
)
:
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
Details