Zend_Gdata_Docs_QueryAssists in constructing queries for Google Document List documents
Located in /Gdata/Docs/Query.php (line 40)
Zend_Gdata_Query | --Zend_Gdata_Docs_Query
string
$_defaultFeedUri
= self::DOCUMENTS_LIST_FEED_URI (line 55)
The generic base URL used by some inherited methods
string
$_projection
= 'full' (line 73)
The projection determines how much detail should be given in the result of the query. Full is the only valid projection for the documents list.
string
$_visibility
= 'private' (line 64)
The visibility to be used when querying for the feed. A request for a feed with private visbility requires the user to be authenricated.
Private is the only avilable visibility for the documents list.
Inherited from Zend_Gdata_Query
Zend_Gdata_Query::$_category
Zend_Gdata_Query::$_params
Zend_Gdata_Query::$_url
Constructor __construct (line 78)
Constructs a new instance of a Zend_Gdata_Docs_Query object.
getProjection (line 113)
Gets the projection for this query.
getQueryUrl (line 198)
Gets the full query URL for this query.
getTitle (line 151)
Gets the title attribute for this query.
getTitleExact (line 184)
Gets the title-exact attribute for this query.
getVisibility (line 123)
Gets the visibility for this query.
setProjection (line 90)
Sets the projection for this query. Common values for projection include 'full'.
setTitle (line 136)
Sets the title attribute for this query. The title parameter is used to restrict the results to documents whose titles either contain or completely match the title.
setTitleExact (line 169)
Sets the title-exact attribute for this query.
If title-exact is set to true, the title query parameter will be used in an exact match. Only documents with a title identical to the title parameter will be returned.
setVisibility (line 102)
Sets the visibility for this query. Common values for visibility include 'private'.
Inherited From Zend_Gdata_Query
Zend_Gdata_Query::__construct()
Zend_Gdata_Query::getAlt()
Zend_Gdata_Query::getAuthor()
Zend_Gdata_Query::getCategory()
Zend_Gdata_Query::getMaxResults()
Zend_Gdata_Query::getParam()
Zend_Gdata_Query::getPublishedMax()
Zend_Gdata_Query::getPublishedMin()
Zend_Gdata_Query::getQuery()
Zend_Gdata_Query::getQueryString()
Zend_Gdata_Query::getQueryUrl()
Zend_Gdata_Query::getStartIndex()
Zend_Gdata_Query::getUpdatedMax()
Zend_Gdata_Query::getUpdatedMin()
Zend_Gdata_Query::resetParameters()
Zend_Gdata_Query::setAlt()
Zend_Gdata_Query::setAuthor()
Zend_Gdata_Query::setCategory()
Zend_Gdata_Query::setMaxResults()
Zend_Gdata_Query::setParam()
Zend_Gdata_Query::setPublishedMax()
Zend_Gdata_Query::setPublishedMin()
Zend_Gdata_Query::setQuery()
Zend_Gdata_Query::setStartIndex()
Zend_Gdata_Query::setUpdatedMax()
Zend_Gdata_Query::setUpdatedMin()
Zend_Gdata_Query::__get()
Zend_Gdata_Query::__set()
Documentation generated on Mon, 21 Jun 2010 15:40:31 -0400 by phpDocumentor 1.4.3