|
MediaWiki master
|
FileBackendStore helper class for performing asynchronous file operations. More...
Inherited by Wikimedia\FileBackend\FileOpHandle\FSFileOpHandle, and Wikimedia\FileBackend\FileOpHandle\SwiftFileOpHandle.

Public Member Functions | |
| closeResources () | |
| Close all open file handles. | |
Public Attributes | |
| FileBackendStore | $backend |
| callable | $call |
| name that identifies the function called | |
| 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 22 of file FileBackendStoreOpHandle.php.
| Wikimedia\FileBackend\FileOpHandle\FileBackendStoreOpHandle::closeResources | ( | ) |
Close all open file handles.
Definition at line 35 of file FileBackendStoreOpHandle.php.
| FileBackendStore Wikimedia\FileBackend\FileOpHandle\FileBackendStoreOpHandle::$backend |
Definition at line 26 of file FileBackendStoreOpHandle.php.
Referenced by Wikimedia\FileBackend\FileOpHandle\FSFileOpHandle\__construct(), and Wikimedia\FileBackend\FileOpHandle\SwiftFileOpHandle\__construct().
| callable Wikimedia\FileBackend\FileOpHandle\FileBackendStoreOpHandle::$call |
name that identifies the function called
Definition at line 30 of file FileBackendStoreOpHandle.php.
Referenced by Wikimedia\FileBackend\FileOpHandle\FSFileOpHandle\__construct().
| array Wikimedia\FileBackend\FileOpHandle\FileBackendStoreOpHandle::$params = [] |
Definition at line 24 of file FileBackendStoreOpHandle.php.
Referenced by Wikimedia\FileBackend\FileOpHandle\FSFileOpHandle\__construct().
| array Wikimedia\FileBackend\FileOpHandle\FileBackendStoreOpHandle::$resourcesToClose = [] |
Definition at line 28 of file FileBackendStoreOpHandle.php.