|
Moodle
2.2.1
http://www.collinsharper.com
|


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 | |
Definition at line 46 of file ItemQuery.php.
| getId | ( | ) |
| getQueryUrl | ( | ) |
Returns the query URL generated by this query instance.
Reimplemented from Zend_Gdata_Query.
Definition at line 90 of file ItemQuery.php.

| setId | ( | $ | value | ) |
| string | $value |
Definition at line 71 of file ItemQuery.php.
$_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.