|
MediaWiki
master
|
FileBackendStore helper class for performing asynchronous file operations. More...


Public Member Functions | |
| closeResources () | |
| Close all open file handles. More... | |
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 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 1851 of file FileBackendStore.php.
| FileBackendStoreOpHandle::closeResources | ( | ) |
Close all open file handles.
Definition at line 1864 of file FileBackendStore.php.
| FileBackendStore FileBackendStoreOpHandle::$backend |
Definition at line 1855 of file FileBackendStore.php.
Referenced by FSFileOpHandle\__construct(), and SwiftFileOpHandle\__construct().
| FileBackendStoreOpHandle::$call |
Definition at line 1859 of file FileBackendStore.php.
Referenced by FSFileOpHandle\__construct().
| array FileBackendStoreOpHandle::$params = [] |
Definition at line 1853 of file FileBackendStore.php.
Referenced by FSFileOpHandle\__construct().
| array FileBackendStoreOpHandle::$resourcesToClose = [] |
Definition at line 1857 of file FileBackendStore.php.