|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| setCurrentBatch (Zend_Service_WindowsAzure_Storage_Batch $batch=null) | |
| getCurrentBatch () | |
| isInBatch () | |
| startBatch () | |
| performBatch ($operations=array(), $forTableStorage=false, $isSingleSelect=false, $resourceType=Zend_Service_WindowsAzure_Storage::RESOURCE_UNKNOWN, $requiredPermission=Zend_Service_WindowsAzure_Credentials_CredentialsAbstract::PERMISSION_READ) | |
Protected Attributes | |
| $_currentBatch = null | |
Definition at line 60 of file BatchStorageAbstract.php.
| getCurrentBatch | ( | ) |
Get current batch
Definition at line 89 of file BatchStorageAbstract.php.
| isInBatch | ( | ) |
Is there a current batch?
Definition at line 99 of file BatchStorageAbstract.php.

| performBatch | ( | $ | operations = array(), |
| $ | forTableStorage = false, |
||
| $ | isSingleSelect = false, |
||
| $ | resourceType = Zend_Service_WindowsAzure_Storage::RESOURCE_UNKNOWN, |
||
| $ | requiredPermission = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract::PERMISSION_READ |
||
| ) |
Perform batch using Zend_Http_Client channel, combining all batch operations into one request
| array | $operations | Operations in batch |
| boolean | $forTableStorage | Is the request for table storage? |
| boolean | $isSingleSelect | Is the request a single select statement? |
| string | $resourceType | Resource type |
| string | $requiredPermission | Required permission |
Definition at line 125 of file BatchStorageAbstract.php.

| setCurrentBatch | ( | Zend_Service_WindowsAzure_Storage_Batch $ | batch = null | ) |
Set current batch
| Zend_Service_WindowsAzure_Storage_Batch | $batch | Current batch |
| Zend_Service_WindowsAzure_Exception |
Definition at line 76 of file BatchStorageAbstract.php.

| startBatch | ( | ) |
Starts a new batch operation set
| Zend_Service_WindowsAzure_Exception |
Definition at line 110 of file BatchStorageAbstract.php.

$_currentBatch = null [protected] |
Definition at line 68 of file BatchStorageAbstract.php.