|
MediaWiki
master
|


Public Member Functions | |
| __construct (SwiftFileBackend $backend, Closure $callback, array $httpOp) | |
Public Member Functions inherited from FileBackendStoreOpHandle | |
| closeResources () | |
| Close all open file handles. More... | |
Public Attributes | |
| Closure | $callback |
| array | $httpOp |
| List of Requests for MultiHttpClient. More... | |
Public Attributes inherited from FileBackendStoreOpHandle | |
| FileBackendStore | $backend |
| $call | |
| array | $params = [] |
| array | $resourcesToClose = [] |
Definition at line 1768 of file SwiftFileBackend.php.
| SwiftFileOpHandle::__construct | ( | SwiftFileBackend | $backend, |
| Closure | $callback, | ||
| array | $httpOp | ||
| ) |
| SwiftFileBackend | $backend | |
| Closure | $callback | Function that takes (HTTP request array, status) |
| array | $httpOp | MultiHttpClient op |
Definition at line 1779 of file SwiftFileBackend.php.
References FileBackendStoreOpHandle\$backend, $callback, and $httpOp.
| Closure SwiftFileOpHandle::$callback |
Definition at line 1772 of file SwiftFileBackend.php.
Referenced by __construct().
| array SwiftFileOpHandle::$httpOp |
List of Requests for MultiHttpClient.
Definition at line 1770 of file SwiftFileBackend.php.
Referenced by __construct().