MediaWiki  1.29.2
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 $resourcesToClose = []
 

Detailed Description

FileBackendStore helper class for performing asynchronous file operations.

For example, calling FileBackendStore::createInternal() with the "async" param flag may result in a StatusValue 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 1863 of file FileBackendStore.php.

Member Function Documentation

◆ closeResources()

FileBackendStoreOpHandle::closeResources ( )

Close all open file handles.

Definition at line 1876 of file FileBackendStore.php.

Member Data Documentation

◆ $backend

FileBackendStore FileBackendStoreOpHandle::$backend

◆ $call

FileBackendStoreOpHandle::$call

Definition at line 1871 of file FileBackendStore.php.

Referenced by FSFileOpHandle\__construct().

◆ $params

array FileBackendStoreOpHandle::$params = []

Definition at line 1865 of file FileBackendStore.php.

Referenced by FSFileOpHandle\__construct().

◆ $resourcesToClose

array FileBackendStoreOpHandle::$resourcesToClose = []

Definition at line 1869 of file FileBackendStore.php.


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