[ 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: | 248 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Service_WindowsAzure_Storage_Batch:: (9 methods):
__construct()
getBaseUrl()
_beginBatch()
_clean()
enlistOperation()
commit()
rollback()
getOperationCount()
isSingleSelect()
Class: Zend_Service_WindowsAzure_Storage_Batch - X-Ref
__construct(Zend_Service_WindowsAzure_Storage_BatchStorageAbstract $storageClient = null, $baseUrl = '') X-Ref |
Creates a new Zend_Service_WindowsAzure_Storage_Batch param: Zend_Service_WindowsAzure_Storage_BatchStorageAbstract $storageClient Storage client the batch is defined on |
getBaseUrl() X-Ref |
Get base URL for creating requests return: string |
_beginBatch() X-Ref |
Starts a new batch operation set |
_clean() X-Ref |
Cleanup current batch |
enlistOperation($path = '/', $queryString = '', $httpVerb = Zend_Http_Client::GET, $headers = array() X-Ref |
Enlist operation in current batch param: string $path Path param: string $queryString Query string param: string $httpVerb HTTP verb the request will use param: array $headers x-ms headers to add param: boolean $forTableStorage Is the request for table storage? param: mixed $rawData Optional RAW HTTP data to be sent over the wire |
commit() X-Ref |
Commit current batch return: Zend_Http_Response |
rollback() X-Ref |
Rollback current batch |
getOperationCount() X-Ref |
Get operation count return: integer |
isSingleSelect() X-Ref |
Is single select? return: boolean |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |