| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 209 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Gdata_Gbase:: (7 methods):
__construct()
getGbaseItemFeed()
getGbaseItemEntry()
insertGbaseItem()
updateGbaseItem()
deleteGbaseItem()
getGbaseSnippetFeed()
Class: Zend_Gdata_Gbase - X-Ref
Service class for interacting with the Google Base data API| __construct($client = null, $applicationId = 'MyCompany-MyApp-1.0') X-Ref |
| Create Zend_Gdata_Gbase object param: Zend_Http_Client $client (optional) The HTTP client to use when param: string $applicationId The identity of the app in the form of Company-AppName-Version |
| getGbaseItemFeed($location = null) X-Ref |
| Retreive feed object param: mixed $location The location for the feed, as a URL or Query return: Zend_Gdata_Gbase_ItemFeed |
| getGbaseItemEntry($location = null) X-Ref |
| Retreive entry object param: mixed $location The location for the feed, as a URL or Query return: Zend_Gdata_Gbase_ItemEntry |
| insertGbaseItem($entry, $dryRun = false) X-Ref |
| Insert an entry param: Zend_Gdata_Gbase_ItemEntry $entry The Base entry to upload param: boolean $dryRun Flag for the 'dry-run' parameter return: Zend_Gdata_Gbase_ItemFeed |
| updateGbaseItem($entry, $dryRun = false) X-Ref |
| Update an entry param: Zend_Gdata_Gbase_ItemEntry $entry The Base entry to be updated param: boolean $dryRun Flag for the 'dry-run' parameter return: Zend_Gdata_Gbase_ItemEntry |
| deleteGbaseItem($entry, $dryRun = false) X-Ref |
| Delete an entry param: Zend_Gdata_Gbase_ItemEntry $entry The Base entry to remove param: boolean $dryRun Flag for the 'dry-run' parameter return: Zend_Gdata_Gbase_ItemFeed |
| getGbaseSnippetFeed($location = null) X-Ref |
| Retrieve feed object param: mixed $location The location for the feed, as a URL or Query return: Zend_Gdata_Gbase_SnippetFeed |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |