Zend_Gdata_DocsService class for interacting with the Google Document List data API
Located in /Gdata/Docs.php (line 59)
Zend_Gdata_App | --Zend_Gdata | --Zend_Gdata_Docs
Zend_Gdata_Docs
__construct
([Zend_Http_Client $client = null], [string $applicationId = 'MyCompany-MyApp-1.0'])
Zend_Gdata_Docs_DocumentListEntry
insertDocument
(mixed $data, string $uri, [string $className = 'Zend_Gdata_Docs_DocumentListEntry'])
Zend_Gdata_Docs_DocumentListEntry
uploadFile
(string $fileLocation, [string $title = null], [string $mimeType = null], [string $uri = null])
mixed
$_defaultPostUri
= self::DOCUMENTS_LIST_FEED_URI (line 68)
Inherited from Zend_Gdata
Zend_Gdata::$namespaces
Zend_Gdata::$_httpClient
Zend_Gdata::$_registeredPackages
Zend_Gdata::$_staticHttpClient
Inherited from Zend_Gdata_App
Zend_Gdata_App::$_gzipEnabled
Zend_Gdata_App::$_httpMethodOverride
Zend_Gdata_App::$_majorProtocolVersion
Zend_Gdata_App::$_maxRedirects
Zend_Gdata_App::$_minorProtocolVersion
Zend_Gdata_App::$_useObjectMapping
Zend_Gdata_App::$_verboseExceptionMessages
static lookupMimeType (line 111)
Looks up the mime type based on the file name extension. For example, calling this method with 'csv' would return 'text/comma-separated-values'. The Mime type is sent as a header in the upload HTTP POST request.
createFolder (line 267)
Creates a new folder in Google Docs
Constructor __construct (line 94)
Create Gdata_Docs object
getDoc (line 164)
Retreive entry object representing a single document.
This method builds the URL where this item is stored using the type and the id of the document.
getDocument (line 176)
Retreive entry object for the desired word processing document.
getDocumentListEntry (line 139)
Retreive entry object representing a single document.
getDocumentListFeed (line 121)
Retreive feed object containing entries for the user's documents.
getPresentation (line 196)
Retreive entry object for the desired presentation.
getSpreadsheet (line 186)
Retreive entry object for the desired spreadsheet.
insertDocument (line 297)
Inserts an entry to a given URI and returns the response as an Entry.
uploadFile (line 222)
Upload a local file to create a new Google Document entry.
Inherited From Zend_Gdata
Zend_Gdata::__construct()
Zend_Gdata::getEntry()
Zend_Gdata::getFeed()
Zend_Gdata::import()
Zend_Gdata::isAuthenticated()
Zend_Gdata::performHttpRequest()
Inherited From Zend_Gdata_App
Zend_Gdata_App::__construct()
Zend_Gdata_App::delete()
Zend_Gdata_App::enableRequestDebugLogging()
Zend_Gdata_App::generateIfMatchHeaderData()
Zend_Gdata_App::get()
Zend_Gdata_App::getEntry()
Zend_Gdata_App::getFeed()
Zend_Gdata_App::getGzipEnabled()
Zend_Gdata_App::getHttpClient()
Zend_Gdata_App::getHttpMethodOverride()
Zend_Gdata_App::getMajorProtocolVersion()
Zend_Gdata_App::getMaxRedirects()
Zend_Gdata_App::getMinorProtocolVersion()
Zend_Gdata_App::getNextFeed()
Zend_Gdata_App::getPreviousFeed()
Zend_Gdata_App::getStaticHttpClient()
Zend_Gdata_App::getVerboseExceptionMessages()
Zend_Gdata_App::import()
Zend_Gdata_App::importFile()
Zend_Gdata_App::importString()
Zend_Gdata_App::importUrl()
Zend_Gdata_App::insertEntry()
Zend_Gdata_App::performHttpRequest()
Zend_Gdata_App::post()
Zend_Gdata_App::prepareRequest()
Zend_Gdata_App::put()
Zend_Gdata_App::registerPackage()
Zend_Gdata_App::retrieveAllEntriesForFeed()
Zend_Gdata_App::setGzipEnabled()
Zend_Gdata_App::setHttpClient()
Zend_Gdata_App::setHttpMethodOverride()
Zend_Gdata_App::setMajorProtocolVersion()
Zend_Gdata_App::setMaxRedirects()
Zend_Gdata_App::setMinorProtocolVersion()
Zend_Gdata_App::setStaticHttpClient()
Zend_Gdata_App::setVerboseExceptionMessages()
Zend_Gdata_App::updateEntry()
Zend_Gdata_App::useObjectMapping()
Zend_Gdata_App::usingObjectMapping()
Zend_Gdata_App::__call()
AUTH_SERVICE_NAME
= 'writely'
(line 66)
DOCUMENTS_CATEGORY_SCHEMA
= 'http://schemas.google.com/g/2005#kind'
(line 64)
DOCUMENTS_CATEGORY_TERM
= 'http://schemas.google.com/docs/2007#folder'
(line 65)
DOCUMENTS_FOLDER_FEED_URI
= 'http://docs.google.com/feeds/folders/private/full'
(line 63)
DOCUMENTS_LIST_FEED_URI
= 'http://docs.google.com/feeds/documents/private/full'
(line 62)
Inherited from Zend_Gdata
Zend_Gdata::AUTH_SERVICE_NAME
Inherited from Zend_Gdata_App
Zend_Gdata_App::DEFAULT_MAJOR_PROTOCOL_VERSION
Zend_Gdata_App::DEFAULT_MINOR_PROTOCOL_VERSION
Documentation generated on Mon, 21 Jun 2010 15:17:28 -0400 by phpDocumentor 1.4.3