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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getProfileID () | |
| getProfileName () | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Health_ProfileListEntry' | |
Definition at line 40 of file ProfileListEntry.php.
| __construct | ( | $ | element = null | ) |
Constructs a new Zend_Gdata_Health_ProfileListEntry object.
| DOMElement | $element | (optional) The DOMElement on which to base this object. |
Reimplemented from Zend_Gdata_Entry.
Definition at line 53 of file ProfileListEntry.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 67 of file ProfileListEntry.php.
| getProfileID | ( | ) |
Retrieves the profile ID for the entry, which is contained in <atom:content>
Definition at line 88 of file ProfileListEntry.php.

| getProfileName | ( | ) |
Retrieves the profile's title, which is contained in <atom:title>
Definition at line 96 of file ProfileListEntry.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 79 of file ProfileListEntry.php.
$_entryClassName = 'Zend_Gdata_Health_ProfileListEntry' [protected] |
Reimplemented from Zend_Gdata_Entry.
Definition at line 47 of file ProfileListEntry.php.