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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| setStatus ($status=null) | |
| getStatus () | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_YouTube_ContactEntry' | |
| $_status = null | |
Definition at line 44 of file ContactEntry.php.
| __construct | ( | $ | element = null | ) |
Constructs a new Contact Entry object, to represent an individual contact for a user
| DOMElement | $element | (optional) DOMElement from which this object should be constructed. |
Reimplemented from Zend_Gdata_YouTube_UserProfileEntry.
Definition at line 68 of file ContactEntry.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 sending to the server upon updates, or for application storage/persistence.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_YouTube_UserProfileEntry.
Definition at line 84 of file ContactEntry.php.
| getStatus | ( | ) |
Returns the status
Definition at line 131 of file ContactEntry.php.
| setStatus | ( | $ | status = null | ) |
Sets the status
| Zend_Gdata_YouTube_Extension_Status | $status | The status |
Definition at line 120 of file ContactEntry.php.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_YouTube_UserProfileEntry.
Definition at line 99 of file ContactEntry.php.

$_entryClassName = 'Zend_Gdata_YouTube_ContactEntry' [protected] |
Reimplemented from Zend_Gdata_YouTube_UserProfileEntry.
Definition at line 52 of file ContactEntry.php.
$_status = null [protected] |
Definition at line 59 of file ContactEntry.php.