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

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()

Detailed Description

Definition at line 59 of file EmailListEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Create a new instance.

Parameters:
DOMElement$element(optional) DOMElement from which this object should be constructed.

Reimplemented from Zend_Gdata_Entry.

Definition at line 86 of file EmailListEntry.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 101 of file EmailListEntry.php.

Retrieve the email list property for this entry.

See also:
setEmailList
Returns:
Zend_Gdata_Gapps_Extension_EmailList The requested object or null if not set.

Definition at line 147 of file EmailListEntry.php.

getFeedLink ( rel = null)

Get the feed link property for this entry.

See also:
setFeedLink
Parameters:
string$rel(optional) The rel value of the link to be found. If null, the array of links is returned.
Returns:
mixed If $rel is specified, a Zend_Gdata_Extension_FeedLink object corresponding to the requested rel value is returned if found, or null if the requested value is not found. If $rel is null or not specified, an array of all available feed links for this entry is returned, or null if no feed links are set.

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.

Parameters:
Zend_Gdata_Gapps_Extension_EmailList$valueThe desired value this element, or null to unset.
Returns:
Zend_Gdata_Gapps_EventEntry Provides a fluent interface

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.

Parameters:
array$valueA collection of Zend_Gdata_Gapps_Extension_FeedLink instances representing all feed links for this entry, or null to unset.
Returns:
Zend_Gdata_Gapps_EventEntry Provides a fluent interface

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.

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_Entry.

Definition at line 119 of file EmailListEntry.php.

Here is the call graph for this function:


Field Documentation

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


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