Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Health_ProfileEntry Class Reference
Inheritance diagram for Zend_Gdata_Health_ProfileEntry:
Collaboration diagram for Zend_Gdata_Health_ProfileEntry:

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

Detailed Description

Definition at line 45 of file ProfileEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Constructs a new Zend_Gdata_Health_ProfileEntry object.

Parameters:
DOMElement$element(optional) The DOMElement on which to base this object.

Reimplemented from Zend_Gdata_Entry.

Definition at line 65 of file ProfileEntry.php.

Here is the call graph for this function:


Member Function Documentation

getCcr ( )

Returns all the CCR data in a profile entry

Returns:
Zend_Gdata_Health_Extension_Ccr

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.

Parameters:
DOMDocument$docThe DOMDocument used to construct DOMElements
Returns:
DOMElement The DOMElement representing this element and all child properties.

Reimplemented from Zend_Gdata_Entry.

Definition at line 82 of file ProfileEntry.php.

setCcr ( ccrXMLStr)

Sets the profile entry's CCR data

Parameters:
string$ccrXMLStrThe CCR as an xml string
Returns:
Zend_Gdata_Health_Extension_Ccr

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.

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_Entry.

Definition at line 98 of file ProfileEntry.php.

Here is the call graph for this function:


Field Documentation

$_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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations