Zend Framework  1.12
Public Member Functions | Public Attributes | List of all members
Zend_Gdata_Gbase_Query Class Reference

Public Member Functions

 __construct ($url=null)
 Create Gdata_Query object.
 
- Public Member Functions inherited from Zend_Gdata_Query
 __construct ($url=null)
 Create Gdata_Query object.
 
 getQueryString ()
 
 resetParameters ()
 
 getQueryUrl ()
 
 setParam ($name, $value)
 
 getParam ($name)
 
 setAlt ($value)
 
 setMaxResults ($value)
 
 setQuery ($value)
 
 setStartIndex ($value)
 
 setUpdatedMax ($value)
 
 setUpdatedMin ($value)
 
 setPublishedMax ($value)
 
 setPublishedMin ($value)
 
 setAuthor ($value)
 
 getAlt ()
 
 getMaxResults ()
 
 getQuery ()
 
 getStartIndex ()
 
 getUpdatedMax ()
 
 getUpdatedMin ()
 
 getPublishedMax ()
 
 getPublishedMin ()
 
 getAuthor ()
 
 setCategory ($value)
 
 getCategory ()
 
 __get ($name)
 
 __set ($name, $val)
 

Public Attributes

const GBASE_ITEM_FEED_URI = 'https://www.google.com/base/feeds/items'
 Path to the customer items feeds on the Google Base server.
 
const GBASE_SNIPPET_FEED_URI = 'https://www.google.com/base/feeds/snippets'
 Path to the snippets feeds on the Google Base server.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Gdata_Query
 $_params = array()
 
 $_defaultFeedUri = null
 
 $_url = null
 
 $_category = null
 

Constructor & Destructor Documentation

__construct (   $url = null)

Create Gdata_Query object.

Member Data Documentation

const GBASE_ITEM_FEED_URI = 'https://www.google.com/base/feeds/items'

Path to the customer items feeds on the Google Base server.

const GBASE_SNIPPET_FEED_URI = 'https://www.google.com/base/feeds/snippets'

Path to the snippets feeds on the Google Base server.