MediaWiki REL1_33
|
FileBackendStore helper class for performing asynchronous file operations. More...
Public Member Functions | |
closeResources () | |
Close all open file handles. | |
Public Attributes | |
FileBackendStore | $backend |
$call | |
array | $params = [] |
array | $resourcesToClose = [] |
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 1878 of file FileBackendStore.php.
FileBackendStoreOpHandle::closeResources | ( | ) |
Close all open file handles.
Definition at line 1891 of file FileBackendStore.php.
FileBackendStore FileBackendStoreOpHandle::$backend |
Definition at line 1882 of file FileBackendStore.php.
Referenced by FSFileOpHandle\__construct(), and SwiftFileOpHandle\__construct().
FileBackendStoreOpHandle::$call |
Definition at line 1886 of file FileBackendStore.php.
Referenced by FSFileOpHandle\__construct().
array FileBackendStoreOpHandle::$params = [] |
Definition at line 1880 of file FileBackendStore.php.
Referenced by FSFileOpHandle\__construct().
array FileBackendStoreOpHandle::$resourcesToClose = [] |
Definition at line 1884 of file FileBackendStore.php.