Gdata/Gapps/EmailListEntry.php
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Gdata
- Subpackage
- Gapps
- Version
- $Id$
\Zend_Gdata_Gapps_EmailListEntry
- Parent(s)
- \Zend_Gdata_Entry < \Zend_Gdata_App_MediaEntry < \Zend_Gdata_App_Entry < \Zend_Gdata_App_FeedEntryParent < \Zend_Gdata_App_Base
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties

\Zend_Gdata_Gapps_Extension_EmailList $_emailList = nullnullDetails
$_entryClassName = 'Zend_Gdata_Gapps_EmailListEntry''Zend_Gdata_Gapps_EmailListEntry'Details- Type
- n/a
Methods

__construct(\DOMElement $element = null) : voidCreate a new instance.
| Name | Type | Description |
|---|---|---|
| $element | \DOMElement | (optional) DOMElement from which this |

getDOM(\DOMDocument $doc = null, $majorVersion = 1, $minorVersion = null) : \DOMElementRetrieves 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.
| Name | Type | Description |
|---|---|---|
| $doc | \DOMDocument | The DOMDocument used to construct DOMElements |
| $majorVersion | ||
| $minorVersion |
| Type | Description |
|---|---|
| \DOMElement | The DOMElement representing this element and all child properties. |

getEmailList() : \Zend_Gdata_Gapps_Extension_EmailListRetrieve the email list property for this entry.
| Type | Description |
|---|---|
| \Zend_Gdata_Gapps_Extension_EmailList | The requested object or null if not set. |

getFeedLink(string $rel = null) : mixedGet the feed link property for this entry.
| Name | Type | Description |
|---|---|---|
| $rel | string | (optional) The rel value of the link to be found. |
| Type | Description |
|---|---|
| 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. |

setEmailList(\Zend_Gdata_Gapps_Extension_EmailList $value) : \Zend_Gdata_Gapps_EventEntrySet the email list property for this entry. This property contains information such as the name of this email list.
| Name | Type | Description |
|---|---|---|
| $value | \Zend_Gdata_Gapps_Extension_EmailList | The desired value this element, or null to unset. |
| Type | Description |
|---|---|
| \Zend_Gdata_Gapps_EventEntry | Provides a fluent interface |

setFeedLink(array $value) : \Zend_Gdata_Gapps_EventEntrySet the feed link property for this entry. Feed links provide information about other feeds associated with this entry.
| Name | Type | Description |
|---|---|---|
| $value | array | A collection of Zend_Gdata_Gapps_Extension_FeedLink instances representing all feed links for this entry, or null to unset. |
| Type | Description |
|---|---|
| \Zend_Gdata_Gapps_EventEntry | Provides a fluent interface |