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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getGphotoUser () | |
| setGphotoUser ($value) | |
| getGphotoNickname () | |
| setGphotoNickname ($value) | |
| getGphotoThumbnail () | |
| setGphotoThumbnail ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_gphotoUser = null | |
| $_gphotoThumbnail = null | |
| $_gphotoNickname = null | |
| $_entryClassName = 'Zend_Gdata_Photos_UserEntry' | |
| $_feedClassName = 'Zend_Gdata_Photos_UserFeed' | |
| $_entryKindClassMapping | |
Definition at line 72 of file UserFeed.php.
| __construct | ( | $ | element = null | ) |
Constructs a Feed or Entry
Reimplemented from Zend_Gdata_Feed.
Definition at line 106 of file UserFeed.php.

| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
Retrieves the DOM model representing this object and all children
| DOMDocument | $doc |
Reimplemented from Zend_Gdata_Feed.
Definition at line 162 of file UserFeed.php.
Get the value for this element's gphoto:nickname attribute.
Definition at line 207 of file UserFeed.php.
Get the value for this element's gphoto:thumbnail attribute.
Definition at line 230 of file UserFeed.php.
| getGphotoUser | ( | ) |
Get the value for this element's gphoto:user attribute.
Definition at line 184 of file UserFeed.php.
| setGphotoNickname | ( | $ | value | ) |
Set the value for this element's gphoto:nickname attribute.
| string | $value | The desired value for this attribute. |
Definition at line 218 of file UserFeed.php.
| setGphotoThumbnail | ( | $ | value | ) |
Set the value for this element's gphoto:thumbnail attribute.
| string | $value | The desired value for this attribute. |
Definition at line 241 of file UserFeed.php.
| setGphotoUser | ( | $ | value | ) |
Set the value for this element's gphoto:user attribute.
| string | $value | The desired value for this attribute. |
Definition at line 195 of file UserFeed.php.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_Feed.
Definition at line 118 of file UserFeed.php.

$_entryClassName = 'Zend_Gdata_Photos_UserEntry' [protected] |
Reimplemented from Zend_Gdata_Feed.
Definition at line 96 of file UserFeed.php.
$_entryKindClassMapping [protected] |
array( 'http://schemas.google.com/photos/2007#album' => 'Zend_Gdata_Photos_AlbumEntry', 'http://schemas.google.com/photos/2007#photo' => 'Zend_Gdata_Photos_PhotoEntry', 'http://schemas.google.com/photos/2007#comment' => 'Zend_Gdata_Photos_CommentEntry', 'http://schemas.google.com/photos/2007#tag' => 'Zend_Gdata_Photos_TagEntry' )
Definition at line 99 of file UserFeed.php.
$_feedClassName = 'Zend_Gdata_Photos_UserFeed' [protected] |
Definition at line 97 of file UserFeed.php.
$_gphotoNickname = null [protected] |
Definition at line 94 of file UserFeed.php.
$_gphotoThumbnail = null [protected] |
Definition at line 87 of file UserFeed.php.
$_gphotoUser = null [protected] |
Definition at line 80 of file UserFeed.php.