MediaWiki  REL1_22
FileBackendStoreOpHandle Class Reference

FileBackendStore helper class for performing asynchronous file operations. More...

Inheritance diagram for FileBackendStoreOpHandle:
Collaboration diagram for FileBackendStoreOpHandle:

List of all members.

Public Member Functions

 closeResources ()
 Close all open file handles.

Public Attributes

FileBackendStore $backend
 *
 $call
Array $params = array()
 *
Array $resourcesToClose = array()
 *

Detailed Description

FileBackendStore helper class for performing asynchronous file operations.

For example, calling FileBackendStore::createInternal() with the "async" param flag may result in a Status that contains this object as a value. This class is largely backend-specific and is mostly just "magic" to be passed to FileBackendStore::executeOpHandlesInternal().

Definition at line 1618 of file FileBackendStore.php.


Member Function Documentation

Close all open file handles.

Returns:
void

Definition at line 1630 of file FileBackendStore.php.


Member Data Documentation

FileBackendStore FileBackendStoreOpHandle::$backend

*

Definition at line 1620 of file FileBackendStore.php.

Referenced by SwiftFileOpHandle\__construct().

FileBackendStoreOpHandle::$call

Definition at line 1623 of file FileBackendStore.php.

Referenced by SwiftFileOpHandle\__construct().

Array FileBackendStoreOpHandle::$params = array()

*

Definition at line 1619 of file FileBackendStore.php.

Referenced by SwiftFileOpHandle\__construct().

Array FileBackendStoreOpHandle::$resourcesToClose = array()

*

Definition at line 1621 of file FileBackendStore.php.


The documentation for this class was generated from the following file: