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

Public Member Functions

 setId ($value)
 getId ()
 getQueryUrl ()

Data Fields

const GBASE_ITEM_FEED_URI = 'http://www.google.com/base/feeds/items'

Protected Attributes

 $_defaultFeedUri = self::GBASE_ITEM_FEED_URI
 $_id = null

Detailed Description

Definition at line 46 of file ItemQuery.php.


Member Function Documentation

getId ( )

Definition at line 80 of file ItemQuery.php.

Here is the caller graph for this function:

Returns the query URL generated by this query instance.

Returns:
string The query URL for this instance.

Reimplemented from Zend_Gdata_Query.

Definition at line 90 of file ItemQuery.php.

Here is the call graph for this function:

setId ( value)
Parameters:
string$value
Returns:
Zend_Gdata_Gbase_ItemQuery Provides a fluent interface

Definition at line 71 of file ItemQuery.php.


Field Documentation

$_defaultFeedUri = self::GBASE_ITEM_FEED_URI [protected]

Reimplemented from Zend_Gdata_Gbase_Query.

Definition at line 58 of file ItemQuery.php.

$_id = null [protected]

Definition at line 65 of file ItemQuery.php.

const GBASE_ITEM_FEED_URI = 'http://www.google.com/base/feeds/items'

Path to the customer items feeds on the Google Base server.

Reimplemented from Zend_Gdata_Gbase_Query.

Definition at line 51 of file ItemQuery.php.


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