Zend Framework  1.12
List of all members
Zend_Gdata_Gbase_SnippetFeed Class Reference

Additional Inherited Members

- Public Member Functions inherited from Zend_Gdata_Feed
 __construct ($element=null)
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 
 setTotalResults ($value)
 Set the value of the totalResults property.
 
 getTotalResults ()
 Get the value of the totalResults property.
 
 setStartIndex ($value)
 Set the start index property for feed paging.
 
 getStartIndex ()
 Get the value of the startIndex property.
 
 setItemsPerPage ($value)
 Set the itemsPerPage property.
 
 getItemsPerPage ()
 Get the value of the itemsPerPage property.
 
- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Protected Member Functions inherited from Zend_Gdata_Feed
 takeChildFromDOM ($child)
 Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.
 
 takeAttributeFromDOM ($attribute)
 Given a DOMNode representing an attribute, tries to map the data into instance members.
 
- Protected Attributes inherited from Zend_Gdata_Feed
 $_entryClassName = 'Zend_Gdata_Entry'
 
 $_totalResults = null
 
 $_startIndex = null
 
 $_itemsPerPage = null
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()