MediaWiki
1.34.0
|
FileBackendStore helper class for performing asynchronous file operations. More...
Public Member Functions | |
closeResources () | |
Close all open file handles. More... | |
Public Attributes | |
FileBackendStore | $backend |
callable | $call |
name that identifies the function called More... | |
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 30 of file FileBackendStoreOpHandle.php.
FileBackendStoreOpHandle::closeResources | ( | ) |
Close all open file handles.
Definition at line 43 of file FileBackendStoreOpHandle.php.
FileBackendStore FileBackendStoreOpHandle::$backend |
Definition at line 34 of file FileBackendStoreOpHandle.php.
Referenced by FSFileOpHandle\__construct(), and SwiftFileOpHandle\__construct().
callable FileBackendStoreOpHandle::$call |
name that identifies the function called
Definition at line 38 of file FileBackendStoreOpHandle.php.
Referenced by FSFileOpHandle\__construct().
array FileBackendStoreOpHandle::$params = [] |
Definition at line 32 of file FileBackendStoreOpHandle.php.
Referenced by FSFileOpHandle\__construct().
array FileBackendStoreOpHandle::$resourcesToClose = [] |
Definition at line 36 of file FileBackendStoreOpHandle.php.