[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/WindowsAzure/Storage/ -> BatchStorageAbstract.php (summary)

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: 193 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  setCurrentBatch()
  getCurrentBatch()
  isInBatch()
  startBatch()
  performBatch()

Functions
Functions that are not part of a class:

setCurrentBatch(Zend_Service_WindowsAzure_Storage_Batch $batch = null)   X-Ref
Set current batch

param: Zend_Service_WindowsAzure_Storage_Batch $batch Current batch

getCurrentBatch()   X-Ref
Get current batch

return: Zend_Service_WindowsAzure_Storage_Batch

isInBatch()   X-Ref
Is there a current batch?

return: boolean

startBatch()   X-Ref
Starts a new batch operation set

return: Zend_Service_WindowsAzure_Storage_Batch

performBatch($operations = array()   X-Ref
Perform batch using Zend_Http_Client channel, combining all batch operations into one request

param: array $operations Operations in batch
param: boolean $forTableStorage Is the request for table storage?
param: boolean $isSingleSelect Is the request a single select statement?
param: string $resourceType Resource type
param: string $requiredPermission Required permission
return: Zend_Http_Response



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1