Detailed Description
Definition at line 40 of file Query.php.
Constructor & Destructor Documentation
Member Function Documentation
Gets the projection for this query.
- Returns:
- string projection
Definition at line 113 of file Query.php.
Gets the title attribute for this query.
- Returns:
- string title
Definition at line 151 of file Query.php.
Gets the title-exact attribute for this query.
- Returns:
- string title-exact
Definition at line 184 of file Query.php.
Gets the visibility for this query.
- Returns:
- string visibility
Definition at line 123 of file Query.php.
Sets the projection for this query. Common values for projection include 'full'.
- Parameters:
-
- Returns:
- Zend_Gdata_Docs_Query Provides a fluent interface
Definition at line 90 of file Query.php.
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.
- Parameters:
-
- Returns:
- Zend_Gdata_Docs_Query Provides a fluent interface
Definition at line 136 of file Query.php.
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.
- Parameters:
-
| boolean | $value | Use either true or false |
- Returns:
- Zend_Gdata_Docs_Query Provides a fluent interface
Definition at line 169 of file Query.php.
Sets the visibility for this query. Common values for visibility include 'private'.
- Returns:
- Zend_Gdata_Docs_Query Provides a fluent interface
Definition at line 102 of file Query.php.
Field Documentation
$_defaultFeedUri = self::DOCUMENTS_LIST_FEED_URI [protected] |
$_projection = 'full' [protected] |
$_visibility = 'private' [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Docs/Query.php