Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Photos_UserEntry Class Reference
Inheritance diagram for Zend_Gdata_Photos_UserEntry:
Collaboration diagram for Zend_Gdata_Photos_UserEntry:

Public Member Functions

 __construct ($element=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getGphotoNickname ()
 setGphotoNickname ($value)
 getGphotoThumbnail ()
 setGphotoThumbnail ($value)
 getGphotoQuotaCurrent ()
 setGphotoQuotaCurrent ($value)
 getGphotoQuotaLimit ()
 setGphotoQuotaLimit ($value)
 getGphotoMaxPhotosPerAlbum ()
 setGphotoMaxPhotosPerAlbum ($value)
 getGphotoUser ()
 setGphotoUser ($value)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_entryClassName = 'Zend_Gdata_Photos_UserEntry'
 $_gphotoNickname = null
 $_gphotoUser = null
 $_gphotoThumbnail = null
 $_gphotoQuotaLimit = null
 $_gphotoQuotaCurrent = null
 $_gphotoMaxPhotosPerAlbum = null

Detailed Description

Definition at line 84 of file UserEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Create a new instance.

Parameters:
DOMElement$element(optional) DOMElement from which this object should be constructed.

Reimplemented from Zend_Gdata_Entry.

Definition at line 137 of file UserEntry.php.

Here is the call graph for this function:


Member Function Documentation

getDOM ( doc = null,
majorVersion = 1,
minorVersion = null 
)

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.

Parameters:
DOMDocument$docThe DOMDocument used to construct DOMElements
Returns:
DOMElement The DOMElement representing this element and all child properties.

Reimplemented from Zend_Gdata_Entry.

Definition at line 157 of file UserEntry.php.

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

See also:
setGphotoMaxPhotosPerAlbum
Returns:
string The requested attribute.

Definition at line 326 of file UserEntry.php.

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

See also:
setGphotoNickname
Returns:
string The requested attribute.

Definition at line 234 of file UserEntry.php.

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

See also:
setGphotoQuotaCurrent
Returns:
string The requested attribute.

Definition at line 280 of file UserEntry.php.

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

See also:
setGphotoQuotaLimit
Returns:
string The requested attribute.

Definition at line 303 of file UserEntry.php.

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

See also:
setGphotoThumbnail
Returns:
string The requested attribute.

Definition at line 257 of file UserEntry.php.

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

See also:
setGphotoUser
Returns:
string The requested attribute.

Definition at line 349 of file UserEntry.php.

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_MaxPhotosPerAlbum The element being modified.

Definition at line 337 of file UserEntry.php.

setGphotoNickname ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Nickname The element being modified.

Definition at line 245 of file UserEntry.php.

setGphotoQuotaCurrent ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_QuotaCurrent The element being modified.

Definition at line 291 of file UserEntry.php.

setGphotoQuotaLimit ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_QuotaLimit The element being modified.

Definition at line 314 of file UserEntry.php.

setGphotoThumbnail ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Thumbnail The element being modified.

Definition at line 268 of file UserEntry.php.

setGphotoUser ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_User The element being modified.

Definition at line 360 of file UserEntry.php.

takeChildFromDOM ( child) [protected]

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

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_Entry.

Definition at line 187 of file UserEntry.php.

Here is the call graph for this function:


Field Documentation

$_entryClassName = 'Zend_Gdata_Photos_UserEntry' [protected]

Reimplemented from Zend_Gdata_Entry.

Definition at line 87 of file UserEntry.php.

$_gphotoMaxPhotosPerAlbum = null [protected]

Definition at line 129 of file UserEntry.php.

$_gphotoNickname = null [protected]

Definition at line 94 of file UserEntry.php.

$_gphotoQuotaCurrent = null [protected]

Definition at line 122 of file UserEntry.php.

$_gphotoQuotaLimit = null [protected]

Definition at line 115 of file UserEntry.php.

$_gphotoThumbnail = null [protected]

Definition at line 108 of file UserEntry.php.

$_gphotoUser = null [protected]

Definition at line 101 of file UserEntry.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations