Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Atom feed class


 string
                 $_entryClassName= ''Zend_Gdata_App_Entry''
string
                 $_entryClassName= ''Zend_Gdata_App_Entry''
                The classname for individual feed elements.
'Zend_Gdata_App_Entry'Details

 string
                 $_rootElement= 'null'
string
                 $_rootElement= 'null'
                Root XML element for Atom entries.
nullDetails

 __get(
          string $var
          )
        
        :
          mixed
__get(
          string $var
          )
        
        :
          mixedMake accessing some individual elements of the feed easier.
Special accessors 'entry' and 'entries' are provided so that if you wish to iterate over an Atom feed's entries, you can do so using foreach ($feed->entries as $entry) or foreach ($feed->entry as $entry).
| Name | Type | Description | 
|---|---|---|
| $var | string | The property to access. | 
| Type | Description | 
|---|---|
| mixed | 


 getDOM(
           $doc
              =
              null,  $majorVersion
              =
              1,  $minorVersion
              =
              null
          )
        
        :
          void
getDOM(
           $doc
              =
              null,  $majorVersion
              =
              1,  $minorVersion
              =
              null
          )
        
        :
          void| Name | Type | Description | 
|---|---|---|
| $doc | ||
| $majorVersion | ||
| $minorVersion | 


 getGenerator(
          
          )
        
        :
          \Zend_Gdata_AppExtension_Generator
getGenerator(
          
          )
        
        :
          \Zend_Gdata_AppExtension_Generator| Type | Description | 
|---|---|
| \Zend_Gdata_AppExtension_Generator | 


 getSubtitle(
          
          )
        
        :
          \Zend_Gdata_AppExtension_Subtitle
getSubtitle(
          
          )
        
        :
          \Zend_Gdata_AppExtension_Subtitle| Type | Description | 
|---|---|
| \Zend_Gdata_AppExtension_Subtitle | 


 setGenerator(
          \Zend_Gdata_App_Extension_Generator $value
          )
        
        :
          \Zend_Gdata_App_FeedSourceParent
setGenerator(
          \Zend_Gdata_App_Extension_Generator $value
          )
        
        :
          \Zend_Gdata_App_FeedSourceParent| Name | Type | Description | 
|---|---|---|
| $value | \Zend_Gdata_App_Extension_Generator | 
| Type | Description | 
|---|---|
| \Zend_Gdata_App_FeedSourceParent | Provides a fluent interface | 


 setHttpClient(
          \Zend_Http_Client $httpClient
          )
        
        :
          \Zend_Gdata_App_FeedSourceParent
setHttpClient(
          \Zend_Http_Client $httpClient
          )
        
        :
          \Zend_Gdata_App_FeedSourceParentSet the HTTP client instance
Sets the HTTP client object to use for retrieving the feed.
| Name | Type | Description | 
|---|---|---|
| $httpClient | \Zend_Http_Client | 
| Type | Description | 
|---|---|
| \Zend_Gdata_App_FeedSourceParent | Provides a fluent interface | 


 setIcon(
          \Zend_Gdata_App_Extension_Icon $value
          )
        
        :
          \Zend_Gdata_App_FeedSourceParent
setIcon(
          \Zend_Gdata_App_Extension_Icon $value
          )
        
        :
          \Zend_Gdata_App_FeedSourceParent| Name | Type | Description | 
|---|---|---|
| $value | \Zend_Gdata_App_Extension_Icon | 
| Type | Description | 
|---|---|
| \Zend_Gdata_App_FeedSourceParent | Provides a fluent interface | 


 setService(
          \Zend_Gdata_App $instance
          )
        
        :
          \Zend_Gdata_App_FeedEntryParent
setService(
          \Zend_Gdata_App $instance
          )
        
        :
          \Zend_Gdata_App_FeedEntryParentSet the active service instance for this feed and all enclosed entries.
This will be used to perform network requests, such as when calling save() and delete().
| Name | Type | Description | 
|---|---|---|
| $instance | \Zend_Gdata_App | The new service instance. | 
| Type | Description | 
|---|---|
| \Zend_Gdata_App_FeedEntryParent | Provides a fluent interface. | 


 setSubtitle(
          \Zend_Gdata_App_Extension_Subtitle $value
          )
        
        :
          \Zend_Gdata_App_FeedSourceParent
setSubtitle(
          \Zend_Gdata_App_Extension_Subtitle $value
          )
        
        :
          \Zend_Gdata_App_FeedSourceParent| Name | Type | Description | 
|---|---|---|
| $value | \Zend_Gdata_App_Extension_Subtitle | 
| Type | Description | 
|---|---|
| \Zend_Gdata_App_FeedSourceParent | Provides a fluent interface | 


 setlogo(
          \Zend_Gdata_App_Extension_logo $value
          )
        
        :
          \Zend_Gdata_App_FeedSourceParent
setlogo(
          \Zend_Gdata_App_Extension_logo $value
          )
        
        :
          \Zend_Gdata_App_FeedSourceParent| Name | Type | Description | 
|---|---|---|
| $value | \Zend_Gdata_App_Extension_logo | 
| Type | Description | 
|---|---|
| \Zend_Gdata_App_FeedSourceParent | Provides a fluent interface |