Zend Framework  1.12
Protected Attributes | List of all members
Zend_Gdata_App_Extension_Source Class Reference

Protected Attributes

 $_rootElement = 'source'
 
- Protected Attributes inherited from Zend_Gdata_App_FeedSourceParent
 $_entryClassName = 'Zend_Gdata_App_Entry'
 
 $_rootElement = null
 
 $_generator = null
 
 $_icon = null
 
 $_logo = null
 
 $_subtitle = null
 
- Protected Attributes inherited from Zend_Gdata_App_FeedEntryParent
 $_service = null
 Service instance used to make network requests.
 
 $_etag = NULL
 
 $_author = array()
 
 $_category = array()
 
 $_contributor = array()
 
 $_id = null
 
 $_link = array()
 
 $_rights = null
 
 $_title = null
 
 $_updated = null
 
 $_majorProtocolVersion = 1
 Indicates the major protocol version that should be used.
 
 $_minorProtocolVersion = null
 Indicates the minor protocol version that should be used.
 
- Protected Attributes inherited from Zend_Gdata_App_Base
 $_rootElement = null
 
 $_rootNamespace = 'atom'
 
 $_rootNamespaceURI = null
 
 $_extensionElements = array()
 
 $_extensionAttributes = array()
 
 $_text = null
 
 $_namespaces
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Gdata_App_FeedSourceParent
 setHttpClient (Zend_Http_Client $httpClient)
 Set the HTTP client instance.
 
 setService ($instance)
 Set the active service instance for this feed and all enclosed entries.
 
 __get ($var)
 Make accessing some individual elements of the feed easier.
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 
 getGenerator ()
 
 setGenerator ($value)
 
 getIcon ()
 
 setIcon ($value)
 
 getlogo ()
 
 setlogo ($value)
 
 getSubtitle ()
 
 setSubtitle ($value)
 
- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Protected Member Functions inherited from Zend_Gdata_App_FeedSourceParent
 takeChildFromDOM ($child)
 Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

Member Data Documentation

$_rootElement = 'source'
protected