Zend_Gdata_SpreadsheetsGdata Spreadsheets
Located in /Gdata/Spreadsheets.php (line 95)
Zend_Gdata_App | --Zend_Gdata | --Zend_Gdata_Spreadsheets
											Zend_Gdata_Spreadsheets
										__construct
											([Zend_Http_Client $client = null], [string $applicationId = 'MyCompany-MyApp-1.0'])
									
											array
										getSpreadsheetCellFeedContents
											(mixed $location, [string $range = null], [boolean $empty = false])
									
											CellEntry
										updateCell
											(int $row, int $col, int $inputValue, string $key, [string $wkshtId = 'default'])
									
		
			static array
			$namespaces
			 = array(Namespaces used for Zend_Gdata_Photos
Inherited from Zend_Gdata
Zend_Gdata::$_defaultPostUri
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
		Constructor __construct (line 122)
	Create Gdata_Spreadsheets object
		deleteRow (line 363)
	Deletes an existing row .
		getCellEntry (line 239)
	Gets a cell entry.
		getCellFeed (line 221)
	Gets a cell feed.
		getListEntry (line 275)
	Gets a list entry.
		getListFeed (line 256)
	Gets a list feed.
		getSpreadsheetCellFeedContents (line 403)
	Returns the content of all cells as an associative array, indexed off the cell location (ie 'A1', 'D4', etc). Each element of the array is an associative array with a 'value' and a 'function'.
Only non-empty cells are returned by default. 'range' is the value of the 'range' query parameter specified at: http://code.google.com/apis/spreadsheets/reference.html#cells_Parameters
		getSpreadsheetEntry (line 159)
	Gets a spreadsheet entry.
		getSpreadsheetFeed (line 137)
	Gets a spreadsheet feed.
		getSpreadsheetListFeedContents (line 374)
	Returns the content of all rows as an associative array
		getSpreadsheets (line 440)
	Alias for getSpreadsheetFeed
		GetWorksheetEntry (line 201)
	Gets a worksheet entry.
		getWorksheetFeed (line 179)
	Gets a worksheet feed.
		insertRow (line 319)
	Inserts a new row with provided data.
		updateCell (line 296)
	Updates an existing cell.
		updateRow (line 345)
	Updates an existing row with provided data.
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
			 =  'wise'
			(line 102)
		
	
		
			CELL_FEED_LINK_URI
			 =  'http://schemas.google.com/spreadsheets/2006#cellsfeed'
			(line 101)
		
	
		
			LIST_FEED_LINK_URI
			 =  'http://schemas.google.com/spreadsheets/2006#listfeed'
			(line 100)
		
	
		
			SPREADSHEETS_FEED_URI
			 =  'http://spreadsheets.google.com/feeds/spreadsheets'
			(line 97)
		
	
		
			SPREADSHEETS_POST_URI
			 =  'http://spreadsheets.google.com/feeds/spreadsheets/private/full'
			(line 98)
		
	
		
			WORKSHEETS_FEED_LINK_URI
			 =  'http://schemas.google.com/spreadsheets/2006#worksheetsfeed'
			(line 99)
		
	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:46:02 -0400 by phpDocumentor 1.4.3