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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getEmailList () | |
| setEmailList ($value) | |
| getFeedLink ($rel=null) | |
| setFeedLink ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Gapps_EmailListEntry' | |
| $_emailList = null | |
| $_feedLink = array() | |
Definition at line 59 of file EmailListEntry.php.
| __construct | ( | $ | element = null | ) |
Create a new instance.
| DOMElement | $element | (optional) DOMElement from which this object should be constructed. |
Reimplemented from Zend_Gdata_Entry.
Definition at line 86 of file EmailListEntry.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 101 of file EmailListEntry.php.
| getEmailList | ( | ) |
Retrieve the email list property for this entry.
Definition at line 147 of file EmailListEntry.php.
| getFeedLink | ( | $ | rel = null | ) |
Get the feed link property for this entry.
| string | $rel | (optional) The rel value of the link to be found. If null, the array of links is returned. |
Definition at line 182 of file EmailListEntry.php.
| setEmailList | ( | $ | value | ) |
Set the email list property for this entry. This property contains information such as the name of this email list.
This corresponds to the <apps:emailList> property in the Google Data protocol.
| Zend_Gdata_Gapps_Extension_EmailList | $value | The desired value this element, or null to unset. |
Definition at line 163 of file EmailListEntry.php.
| setFeedLink | ( | $ | value | ) |
Set the feed link property for this entry. Feed links provide information about other feeds associated with this entry.
This corresponds to the <gd:feedLink> property in the Google Data protocol.
| array | $value | A collection of Zend_Gdata_Gapps_Extension_FeedLink instances representing all feed links for this entry, or null to unset. |
Definition at line 208 of file EmailListEntry.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 119 of file EmailListEntry.php.

$_emailList = null [protected] |
Definition at line 70 of file EmailListEntry.php.
$_entryClassName = 'Zend_Gdata_Gapps_EmailListEntry' [protected] |
Reimplemented from Zend_Gdata_Entry.
Definition at line 62 of file EmailListEntry.php.
$_feedLink = array() [protected] |
Definition at line 78 of file EmailListEntry.php.