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

Public Member Functions

 __construct ($element=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getWho ()
 setWho ($value)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_entryClassName = 'Zend_Gdata_Gapps_EmailListRecipientEntry'
 $_who = null

Detailed Description

Definition at line 55 of file EmailListRecipientEntry.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 75 of file EmailListRecipientEntry.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 90 of file EmailListRecipientEntry.php.

getWho ( )

Get the value of the who property for this object.

See also:
setWho
Returns:
Zend_Gdata_Extension_Who The requested object.

Definition at line 127 of file EmailListRecipientEntry.php.

setWho ( value)

Set the value of the who property for this object. This property is used to store the email address of the current recipient.

Parameters:
Zend_Gdata_Extension_Who$valueThe desired value for this instance's who property.
Returns:
Zend_Gdata_Gapps_EventEntry Provides a fluent interface.

Definition at line 140 of file EmailListRecipientEntry.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 105 of file EmailListRecipientEntry.php.

Here is the call graph for this function:


Field Documentation

$_entryClassName = 'Zend_Gdata_Gapps_EmailListRecipientEntry' [protected]

Reimplemented from Zend_Gdata_Entry.

Definition at line 58 of file EmailListRecipientEntry.php.

$_who = null [protected]

Definition at line 67 of file EmailListRecipientEntry.php.


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