|
MediaWiki REL1_39
|


Public Member Functions | |
| __construct (FSFileBackend $backend, array $params, callable $call, $cmd) | |
Public Member Functions inherited from FileBackendStoreOpHandle | |
| closeResources () | |
| Close all open file handles. | |
Public Attributes | |
| $callback | |
| var callback Post-operation success/error handling and cleanup function | |
| string | $cmd |
| Shell command. | |
Public Attributes inherited from FileBackendStoreOpHandle | |
| FileBackendStore | $backend |
| callable | $call |
| name that identifies the function called | |
| array | $params = [] |
| array | $resourcesToClose = [] |
Definition at line 22 of file FSFileOpHandle.php.
| FSFileOpHandle::__construct | ( | FSFileBackend | $backend, |
| array | $params, | ||
| callable | $call, | ||
| $cmd ) |
| FSFileBackend | $backend | |
| array | $params | |
| callable | $call | |
| string | $cmd |
Definition at line 34 of file FSFileOpHandle.php.
References FileBackendStoreOpHandle\$backend, FileBackendStoreOpHandle\$call, $cmd, and FileBackendStoreOpHandle\$params.
| FSFileOpHandle::$callback |
var callback Post-operation success/error handling and cleanup function
Definition at line 26 of file FSFileOpHandle.php.
| string FSFileOpHandle::$cmd |