MediaWiki REL1_33
|
Public Member Functions | |
__construct (SwiftFileBackend $backend, Closure $callback, array $httpOp) | |
Public Member Functions inherited from FileBackendStoreOpHandle | |
closeResources () | |
Close all open file handles. | |
Public Attributes | |
Closure | $callback |
array | $httpOp |
List of Requests for MultiHttpClient. | |
Public Attributes inherited from FileBackendStoreOpHandle | |
FileBackendStore | $backend |
$call | |
array | $params = [] |
array | $resourcesToClose = [] |
Definition at line 1810 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 1821 of file SwiftFileBackend.php.
References FileBackendStoreOpHandle\$backend, $callback, and $httpOp.
Closure SwiftFileOpHandle::$callback |
Definition at line 1814 of file SwiftFileBackend.php.
Referenced by __construct().
array SwiftFileOpHandle::$httpOp |
List of Requests for MultiHttpClient.
Definition at line 1812 of file SwiftFileBackend.php.
Referenced by __construct().