Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Docs_Query Class Reference
Inheritance diagram for Zend_Gdata_Docs_Query:
Collaboration diagram for Zend_Gdata_Docs_Query:

Public Member Functions

 __construct ()
 setProjection ($value)
 setVisibility ($value)
 getProjection ()
 getVisibility ()
 setTitle ($value)
 getTitle ()
 setTitleExact ($value)
 getTitleExact ()
 getQueryUrl ()

Data Fields

const DOCUMENTS_LIST_FEED_URI = 'http://docs.google.com/feeds/documents'

Protected Attributes

 $_defaultFeedUri = self::DOCUMENTS_LIST_FEED_URI
 $_visibility = 'private'
 $_projection = 'full'

Detailed Description

Definition at line 40 of file Query.php.


Constructor & Destructor Documentation

Constructs a new instance of a Zend_Gdata_Docs_Query object.

Definition at line 78 of file Query.php.


Member Function Documentation

Gets the projection for this query.

Returns:
string projection

Definition at line 113 of file Query.php.

Gets the full query URL for this query.

Returns:
string url

Reimplemented from Zend_Gdata_Query.

Definition at line 198 of file Query.php.

Here is the call graph for this function:

getTitle ( )

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.

setProjection ( value)

Sets the projection for this query. Common values for projection include 'full'.

Parameters:
string$value
Returns:
Zend_Gdata_Docs_Query Provides a fluent interface

Definition at line 90 of file Query.php.

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.

Parameters:
string$value
Returns:
Zend_Gdata_Docs_Query Provides a fluent interface

Definition at line 136 of file Query.php.

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.

Parameters:
boolean$valueUse either true or false
Returns:
Zend_Gdata_Docs_Query Provides a fluent interface

Definition at line 169 of file Query.php.

setVisibility ( value)

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]

Reimplemented from Zend_Gdata_Query.

Definition at line 55 of file Query.php.

$_projection = 'full' [protected]

Definition at line 73 of file Query.php.

$_visibility = 'private' [protected]

Definition at line 64 of file Query.php.

const DOCUMENTS_LIST_FEED_URI = 'http://docs.google.com/feeds/documents'

Definition at line 48 of file Query.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations