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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| setCcr ($ccrXMLStr) | |
| getCcr () | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Health_ProfileEntry' | |
| $_ccrData = null | |
Definition at line 45 of file ProfileEntry.php.
| __construct | ( | $ | element = null | ) |
Constructs a new Zend_Gdata_Health_ProfileEntry object.
| DOMElement | $element | (optional) The DOMElement on which to base this object. |
Reimplemented from Zend_Gdata_Entry.
Definition at line 65 of file ProfileEntry.php.

| getCcr | ( | ) |
Returns all the CCR data in a profile entry
Definition at line 132 of file ProfileEntry.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 82 of file ProfileEntry.php.
| setCcr | ( | $ | ccrXMLStr | ) |
Sets the profile entry's CCR data
| string | $ccrXMLStr | The CCR as an xml string |
Definition at line 117 of file ProfileEntry.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 98 of file ProfileEntry.php.

$_ccrData = null [protected] |
Definition at line 59 of file ProfileEntry.php.
$_entryClassName = 'Zend_Gdata_Health_ProfileEntry' [protected] |
Reimplemented from Zend_Gdata_Entry.
Definition at line 52 of file ProfileEntry.php.