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

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'

Detailed Description

Definition at line 40 of file ProfileListEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Constructs a new Zend_Gdata_Health_ProfileListEntry object.

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

Reimplemented from Zend_Gdata_Entry.

Definition at line 53 of file ProfileListEntry.php.

Here is the call graph for this function:


Member Function Documentation

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 67 of file ProfileListEntry.php.

Retrieves the profile ID for the entry, which is contained in <atom:content>

Returns:
string The profile id

Definition at line 88 of file ProfileListEntry.php.

Here is the call graph for this function:

Retrieves the profile's title, which is contained in <atom:title>

Returns:
string The profile name

Definition at line 96 of file ProfileListEntry.php.

Here is the call graph for this function:

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 79 of file ProfileListEntry.php.


Field Documentation

$_entryClassName = 'Zend_Gdata_Health_ProfileListEntry' [protected]

Reimplemented from Zend_Gdata_Entry.

Definition at line 47 of file ProfileListEntry.php.


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