MediaWiki  1.23.1
FileBackendStoreOpHandle Class Reference

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

Inheritance diagram for FileBackendStoreOpHandle:
Collaboration diagram for FileBackendStoreOpHandle:

Public Member Functions

 closeResources ()
 Close all open file handles. More...
 

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 1812 of file FileBackendStore.php.

Member Function Documentation

◆ closeResources()

FileBackendStoreOpHandle::closeResources ( )

Close all open file handles.

Definition at line 1822 of file FileBackendStore.php.

Member Data Documentation

◆ $backend

FileBackendStore FileBackendStoreOpHandle::$backend

◆ $call

FileBackendStoreOpHandle::$call

Definition at line 1817 of file FileBackendStore.php.

Referenced by FSFileOpHandle\__construct().

◆ $params

array FileBackendStoreOpHandle::$params = array()

Definition at line 1813 of file FileBackendStore.php.

Referenced by FSFileOpHandle\__construct().

◆ $resourcesToClose

array FileBackendStoreOpHandle::$resourcesToClose = array()

Definition at line 1815 of file FileBackendStore.php.


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