MediaWiki REL1_39
FSFileOpHandle Class Reference
Inheritance diagram for FSFileOpHandle:
Collaboration diagram for FSFileOpHandle:

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 = []
 

Detailed Description

Definition at line 22 of file FSFileOpHandle.php.

Constructor & Destructor Documentation

◆ __construct()

FSFileOpHandle::__construct ( FSFileBackend $backend,
array $params,
callable $call,
$cmd )
Parameters
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.

Member Data Documentation

◆ $callback

FSFileOpHandle::$callback

var callback Post-operation success/error handling and cleanup function

Definition at line 26 of file FSFileOpHandle.php.

◆ $cmd

string FSFileOpHandle::$cmd

Shell command.

Definition at line 24 of file FSFileOpHandle.php.

Referenced by __construct().


The documentation for this class was generated from the following file: