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

Public Member Functions

 __construct ($url=null)
 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)

Protected Attributes

 $_params = array()
 $_defaultFeedUri = null
 $_url = null
 $_category = null

Detailed Description

Definition at line 40 of file Query.php.


Constructor & Destructor Documentation


Member Function Documentation

__get ( name)

Definition at line 396 of file Query.php.

__set ( name,
val 
)

Definition at line 407 of file Query.php.

getAlt ( )
Returns:
string rss or atom

Definition at line 272 of file Query.php.

getAuthor ( )
Returns:
string author

Definition at line 368 of file Query.php.

Reimplemented in Zend_Gdata_Health_Query.

Definition at line 390 of file Query.php.

Here is the caller graph for this function:

Returns:
int maxResults

Definition at line 284 of file Query.php.

getParam ( name)
Parameters:
string$name

Definition at line 138 of file Query.php.

Returns:
string publishedMax

Definition at line 344 of file Query.php.

Returns:
string publishedMin

Definition at line 356 of file Query.php.

getQuery ( )
Returns:
string query

Definition at line 296 of file Query.php.

Returns:
string querystring

Reimplemented in Zend_Gdata_Spreadsheets_CellQuery, Zend_Gdata_Spreadsheets_ListQuery, and Zend_Gdata_Spreadsheets_DocumentQuery.

Definition at line 83 of file Query.php.

Here is the caller graph for this function:

Returns:
int startIndex

Definition at line 308 of file Query.php.

Returns:
string updatedMax

Definition at line 320 of file Query.php.

Returns:
string updatedMin

Definition at line 332 of file Query.php.

Definition at line 102 of file Query.php.

setAlt ( value)
Parameters:
string$value
Returns:
Zend_Gdata_Query Provides a fluent interface

Definition at line 147 of file Query.php.

setAuthor ( value)
Parameters:
string$value
Returns:
Zend_Gdata_Query Provides a fluent interface

Definition at line 259 of file Query.php.

setCategory ( value)
Parameters:
string$value
Returns:
Zend_Gdata_Query Provides a fluent interface

Definition at line 381 of file Query.php.

setMaxResults ( value)
Parameters:
int$value
Returns:
Zend_Gdata_Query Provides a fluent interface

Definition at line 161 of file Query.php.

setParam ( name,
value 
)
Parameters:
string$name
string$value
Returns:
Zend_Gdata_Query Provides a fluent interface

Definition at line 129 of file Query.php.

setPublishedMax ( value)
Parameters:
string$value
Returns:
Zend_Gdata_Query Provides a fluent interface

Definition at line 231 of file Query.php.

Here is the call graph for this function:

setPublishedMin ( value)
Parameters:
string$value
Returns:
Zend_Gdata_Query Provides a fluent interface

Definition at line 245 of file Query.php.

Here is the call graph for this function:

setQuery ( value)
Parameters:
string$value
Returns:
Zend_Gdata_Query Provides a fluent interface

Definition at line 175 of file Query.php.

setStartIndex ( value)
Parameters:
int$value
Returns:
Zend_Gdata_Query Provides a fluent interface

Definition at line 189 of file Query.php.

setUpdatedMax ( value)
Parameters:
string$value
Returns:
Zend_Gdata_Query Provides a fluent interface

Definition at line 203 of file Query.php.

Here is the call graph for this function:

setUpdatedMin ( value)
Parameters:
string$value
Returns:
Zend_Gdata_Query Provides a fluent interface

Definition at line 217 of file Query.php.

Here is the call graph for this function:


Field Documentation

$_category = null [protected]

Definition at line 70 of file Query.php.

$_params = array() [protected]

Definition at line 48 of file Query.php.

$_url = null [protected]

Definition at line 63 of file Query.php.


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