API Documentation

Gdata/Photos/UserEntry.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Photos
version
$Id: UserEntry.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_Photos_UserEntry

Description

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.

Zend_Gdata_Photos_UserEntry

Extends from
Zend_Gdata_Entry
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Photos
Properties
$_entryClassName
$_gphotoNickname
$_gphotoUser
$_gphotoThumbnail
$_gphotoQuotaLimit
$_gphotoQuotaCurrent
$_gphotoMaxPhotosPerAlbum
Methods
__construct
getDOM
takeChildFromDOM
getGphotoNickname
setGphotoNickname
getGphotoThumbnail
setGphotoThumbnail
getGphotoQuotaCurrent
setGphotoQuotaCurrent
getGphotoQuotaLimit
setGphotoQuotaLimit
getGphotoMaxPhotosPerAlbum
setGphotoMaxPhotosPerAlbum
getGphotoUser
setGphotoUser

Description

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 in the Google Data protocol.

Properties

$_entryClassName

 $_entryClassName = 'Zend_Gdata_Photos_UserEntry'

Details

visibility
protected
default
Zend_Gdata_Photos_UserEntry
final
false
static
false

$_gphotoMaxPhotosPerAlbum

Zend_Gdata_Photos_Extension_MaxPhotosPerAlbum $_gphotoMaxPhotosPerAlbum = 'null'

gphoto:maxPhotosPerAlbum element

Details

$_gphotoMaxPhotosPerAlbum
Zend_Gdata_Photos_Extension_MaxPhotosPerAlbum
visibility
protected
default
null
final
false
static
false

$_gphotoNickname

Zend_Gdata_Photos_Extension_Nickname $_gphotoNickname = 'null'

gphoto:nickname element

Details

$_gphotoNickname
Zend_Gdata_Photos_Extension_Nickname
visibility
protected
default
null
final
false
static
false

$_gphotoQuotaCurrent

Zend_Gdata_Photos_Extension_QuotaCurrent $_gphotoQuotaCurrent = 'null'

gphoto:quotacurrent element

Details

$_gphotoQuotaCurrent
Zend_Gdata_Photos_Extension_QuotaCurrent
visibility
protected
default
null
final
false
static
false

$_gphotoQuotaLimit

Zend_Gdata_Photos_Extension_QuotaLimit $_gphotoQuotaLimit = 'null'

gphoto:quotalimit element

Details

$_gphotoQuotaLimit
Zend_Gdata_Photos_Extension_QuotaLimit
visibility
protected
default
null
final
false
static
false

$_gphotoThumbnail

Zend_Gdata_Photos_Extension_Thumbnail $_gphotoThumbnail = 'null'

gphoto:thumbnail element

Details

$_gphotoThumbnail
Zend_Gdata_Photos_Extension_Thumbnail
visibility
protected
default
null
final
false
static
false

$_gphotoUser

Zend_Gdata_Photos_Extension_User $_gphotoUser = 'null'

gphoto:user element

Details

$_gphotoUser
Zend_Gdata_Photos_Extension_User
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct( DOMElement $element = null ) :

Create a new instance.

Arguments
$element
DOMElement
(optional) DOMElement from which this object should be constructed.
Details
visibility
public
final
false
static
false

getDOM

getDOM( DOMDocument $doc = null,  $majorVersion = 1,  $minorVersion = null ) : DOMElement

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

Arguments
$doc
DOMDocument
The DOMDocument used to construct DOMElements
$majorVersion
$minorVersion
Output
DOMElement
The DOMElement representing this element and all child properties.
Details
visibility
public
final
false
static
false

getGphotoMaxPhotosPerAlbum

getGphotoMaxPhotosPerAlbum( ) : string

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

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoMaxPhotosPerAlbum

getGphotoNickname

getGphotoNickname( ) : string

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

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoNickname

getGphotoQuotaCurrent

getGphotoQuotaCurrent( ) : string

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

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoQuotaCurrent

getGphotoQuotaLimit

getGphotoQuotaLimit( ) : string

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

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoQuotaLimit

getGphotoThumbnail

getGphotoThumbnail( ) : string

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

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoThumbnail

getGphotoUser

getGphotoUser( ) : string

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

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoUser

setGphotoMaxPhotosPerAlbum

setGphotoMaxPhotosPerAlbum( string $value ) : Zend_Gdata_Photos_Extension_MaxPhotosPerAlbum

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

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_MaxPhotosPerAlbum
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoNickname

setGphotoNickname( string $value ) : Zend_Gdata_Photos_Extension_Nickname

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

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Nickname
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoQuotaCurrent

setGphotoQuotaCurrent( string $value ) : Zend_Gdata_Photos_Extension_QuotaCurrent

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

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_QuotaCurrent
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoQuotaLimit

setGphotoQuotaLimit( string $value ) : Zend_Gdata_Photos_Extension_QuotaLimit

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

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_QuotaLimit
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoThumbnail

setGphotoThumbnail( string $value ) : Zend_Gdata_Photos_Extension_Thumbnail

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

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Thumbnail
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoUser

setGphotoUser( string $value ) : Zend_Gdata_Photos_Extension_User

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

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_User
The element being modified.
Details
visibility
public
final
false
static
false

takeChildFromDOM

takeChildFromDOM( DOMNode $child ) :

Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.

Arguments
$child
DOMNode
The DOMNode to process
Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox.