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


Public Member Functions | |
| __construct ($rel=null, $feedLink=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getRel () | |
| setRel ($value) | |
| getFeedLink () | |
| setFeedLink ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
| takeAttributeFromDOM ($attribute) | |
Protected Attributes | |
| $_rootElement = 'comments' | |
| $_rel = null | |
| $_feedLink = null | |
Definition at line 43 of file Comments.php.
| __construct | ( | $ | rel = null, |
| $ | feedLink = null |
||
| ) |
| 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 sending to the server upon updates, or for application storage/persistence.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 57 of file Comments.php.
| getFeedLink | ( | ) |
Definition at line 106 of file Comments.php.
| getRel | ( | ) |
Definition at line 95 of file Comments.php.
| setFeedLink | ( | $ | value | ) |
Definition at line 111 of file Comments.php.
| setRel | ( | $ | value | ) |
Definition at line 100 of file Comments.php.
| takeAttributeFromDOM | ( | $ | attribute | ) | [protected] |
Given a DOMNode representing an attribute, tries to map the data into instance members. If no mapping is defined, the name and value are stored in an array.
| DOMNode | $attribute | The DOMNode attribute needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 84 of file Comments.php.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Given a child DOMNode, tries to determine how to map the data into object instance members. If no mapping is defined, Extension_Element objects are created and stored in an array.
| DOMNode | $child | The DOMNode needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 69 of file Comments.php.

$_feedLink = null [protected] |
Definition at line 48 of file Comments.php.
$_rel = null [protected] |
Definition at line 47 of file Comments.php.
$_rootElement = 'comments' [protected] |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 46 of file Comments.php.