Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Constructs a new instance of a Zend_Gdata_Docs_Query object. | |
setProjection ($value) | |
Sets the projection for this query. | |
setVisibility ($value) | |
Sets the visibility for this query. | |
getProjection () | |
Gets the projection for this query. | |
getVisibility () | |
Gets the visibility for this query. | |
setTitle ($value) | |
Sets the title attribute for this query. | |
getTitle () | |
Gets the title attribute for this query. | |
setTitleExact ($value) | |
Sets the title-exact attribute for this query. | |
getTitleExact () | |
Gets the title-exact attribute for this query. | |
getQueryUrl () | |
Gets the full query URL for this 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 | DOCUMENTS_LIST_FEED_URI = 'https://docs.google.com/feeds/documents' |
Protected Attributes | |
$_defaultFeedUri = self::DOCUMENTS_LIST_FEED_URI | |
$_visibility = 'private' | |
$_projection = 'full' | |
![]() | |
$_params = array() | |
$_defaultFeedUri = null | |
$_url = null | |
$_category = null | |
__construct | ( | ) |
Constructs a new instance of a Zend_Gdata_Docs_Query object.
getProjection | ( | ) |
Gets the projection for this query.
getQueryUrl | ( | ) |
Gets the full query URL for this query.
getTitle | ( | ) |
Gets the title attribute for this query.
getTitleExact | ( | ) |
Gets the title-exact attribute for this query.
getVisibility | ( | ) |
Gets the visibility for this query.
setProjection | ( | $value | ) |
Sets the projection for this query.
Common values for projection include 'full'.
string | $value |
setTitle | ( | $value | ) |
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.
string | $value |
setTitleExact | ( | $value | ) |
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.
boolean | $value | Use either true or false |
setVisibility | ( | $value | ) |
Sets the visibility for this query.
Common values for visibility include 'private'.
|
protected |
|
protected |
|
protected |
const DOCUMENTS_LIST_FEED_URI = 'https://docs.google.com/feeds/documents' |