|
Moodle
2.2.1
http://www.collinsharper.com
|


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 | |
Definition at line 84 of file UserEntry.php.
| __construct | ( | $ | element = null | ) |
Create a new instance.
| DOMElement | $element | (optional) DOMElement from which this object should be constructed. |
Reimplemented from Zend_Gdata_Entry.
Definition at line 137 of file UserEntry.php.

| 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.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_Entry.
Definition at line 157 of file UserEntry.php.
Get the value for this element's gphoto:maxPhotosPerAlbum attribute.
Definition at line 326 of file UserEntry.php.
Get the value for this element's gphoto:nickname attribute.
Definition at line 234 of file UserEntry.php.
Get the value for this element's gphoto:quotacurrent attribute.
Definition at line 280 of file UserEntry.php.
Get the value for this element's gphoto:quotalimit attribute.
Definition at line 303 of file UserEntry.php.
Get the value for this element's gphoto:thumbnail attribute.
Definition at line 257 of file UserEntry.php.
| getGphotoUser | ( | ) |
Get the value for this element's gphoto:user attribute.
Definition at line 349 of file UserEntry.php.
| setGphotoMaxPhotosPerAlbum | ( | $ | value | ) |
Set the value for this element's gphoto:maxPhotosPerAlbum attribute.
| string | $value | The desired value for this attribute. |
Definition at line 337 of file UserEntry.php.
| setGphotoNickname | ( | $ | value | ) |
Set the value for this element's gphoto:nickname attribute.
| string | $value | The desired value for this attribute. |
Definition at line 245 of file UserEntry.php.
| setGphotoQuotaCurrent | ( | $ | value | ) |
Set the value for this element's gphoto:quotacurrent attribute.
| string | $value | The desired value for this attribute. |
Definition at line 291 of file UserEntry.php.
| setGphotoQuotaLimit | ( | $ | value | ) |
Set the value for this element's gphoto:quotalimit attribute.
| string | $value | The desired value for this attribute. |
Definition at line 314 of file UserEntry.php.
| setGphotoThumbnail | ( | $ | value | ) |
Set the value for this element's gphoto:thumbnail attribute.
| string | $value | The desired value for this attribute. |
Definition at line 268 of file UserEntry.php.
| setGphotoUser | ( | $ | value | ) |
Set the value for this element's gphoto:user attribute.
| string | $value | The desired value for this attribute. |
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.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_Entry.
Definition at line 187 of file UserEntry.php.

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