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


Public Member Functions | |
| __construct ($client=null, $applicationId= 'MyCompany-MyApp-1.0') | |
| getGbaseItemFeed ($location=null) | |
| getGbaseItemEntry ($location=null) | |
| insertGbaseItem ($entry, $dryRun=false) | |
| updateGbaseItem ($entry, $dryRun=false) | |
| deleteGbaseItem ($entry, $dryRun=false) | |
| getGbaseSnippetFeed ($location=null) | |
Data Fields | |
| const | GBASE_ITEM_FEED_URI = 'http://www.google.com/base/feeds/items' |
| const | GBASE_SNIPPET_FEED_URI = 'http://www.google.com/base/feeds/snippets' |
| const | AUTH_SERVICE_NAME = 'gbase' |
Static Public Attributes | |
| static | $namespaces |
Protected Attributes | |
| $_defaultPostUri = self::GBASE_ITEM_FEED_URI | |
| __construct | ( | $ | client = null, |
| $ | applicationId = 'MyCompany-MyApp-1.0' |
||
| ) |
Create Zend_Gdata_Gbase object
| Zend_Http_Client | $client | (optional) The HTTP client to use when when communicating with the Google Apps servers. |
| string | $applicationId | The identity of the app in the form of Company-AppName-Version |
Reimplemented from Zend_Gdata.
Definition at line 102 of file Gbase.php.

| deleteGbaseItem | ( | $ | entry, |
| $ | dryRun = false |
||
| ) |
Delete an entry
| Zend_Gdata_Gbase_ItemEntry | $entry | The Base entry to remove |
| boolean | $dryRun | Flag for the 'dry-run' parameter |
| getGbaseItemEntry | ( | $ | location = null | ) |
Retreive entry object
| mixed | $location | The location for the feed, as a URL or Query |
Definition at line 134 of file Gbase.php.

| getGbaseItemFeed | ( | $ | location = null | ) |
Retreive feed object
| mixed | $location | The location for the feed, as a URL or Query |
Definition at line 116 of file Gbase.php.

| getGbaseSnippetFeed | ( | $ | location = null | ) |
Retrieve feed object
| mixed | $location | The location for the feed, as a URL or Query |
Definition at line 198 of file Gbase.php.

| insertGbaseItem | ( | $ | entry, |
| $ | dryRun = false |
||
| ) |
Insert an entry
| Zend_Gdata_Gbase_ItemEntry | $entry | The Base entry to upload |
| boolean | $dryRun | Flag for the 'dry-run' parameter |
Definition at line 155 of file Gbase.php.

| updateGbaseItem | ( | $ | entry, |
| $ | dryRun = false |
||
| ) |
Update an entry
| Zend_Gdata_Gbase_ItemEntry | $entry | The Base entry to be updated |
| boolean | $dryRun | Flag for the 'dry-run' parameter |
$_defaultPostUri = self::GBASE_ITEM_FEED_URI [protected] |
Reimplemented from Zend_Gdata.
$namespaces [static] |
| const AUTH_SERVICE_NAME = 'gbase' |
Authentication service name for Google Base
Reimplemented from Zend_Gdata.
| const GBASE_ITEM_FEED_URI = 'http://www.google.com/base/feeds/items' |
| const GBASE_SNIPPET_FEED_URI = 'http://www.google.com/base/feeds/snippets' |