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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getGphotoPhotoId () | |
| setGphotoPhotoId ($value) | |
| getGphotoId () | |
| setGphotoId ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Photos_CommentEntry' | |
| $_gphotoId = null | |
| $_gphotoPhotoId = null | |
Definition at line 64 of file CommentEntry.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 91 of file CommentEntry.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 111 of file CommentEntry.php.
| getGphotoId | ( | ) |
Get the value for this element's gphoto:id attribute.
Definition at line 179 of file CommentEntry.php.
| getGphotoPhotoId | ( | ) |
Get the value for this element's gphoto:photoid attribute.
Definition at line 156 of file CommentEntry.php.
| setGphotoId | ( | $ | value | ) |
Set the value for this element's gphoto:id attribute.
| string | $value | The desired value for this attribute. |
Definition at line 190 of file CommentEntry.php.
| setGphotoPhotoId | ( | $ | value | ) |
Set the value for this element's gphoto:photoid attribute.
| string | $value | The desired value for this attribute. |
Definition at line 167 of file CommentEntry.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 129 of file CommentEntry.php.

$_entryClassName = 'Zend_Gdata_Photos_CommentEntry' [protected] |
Reimplemented from Zend_Gdata_Entry.
Definition at line 67 of file CommentEntry.php.
$_gphotoId = null [protected] |
Definition at line 74 of file CommentEntry.php.
$_gphotoPhotoId = null [protected] |
Definition at line 83 of file CommentEntry.php.