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

Public Member Functions

 __construct (FSFileBackend $backend, array $params, $call, $cmd, $chmodPath=null)
 
- Public Member Functions inherited from FileBackendStoreOpHandle
 closeResources ()
 Close all open file handles.
 

Public Attributes

 $chmodPath
 
 $cmd
 
- Public Attributes inherited from FileBackendStoreOpHandle
FileBackendStore $backend
 
callable $call
 name that identifies the function called
 
array $params = []
 
array $resourcesToClose = []
 

Detailed Description

See also
FileBackendStoreOpHandle

Definition at line 25 of file FSFileOpHandle.php.

Constructor & Destructor Documentation

◆ __construct()

FSFileOpHandle::__construct ( FSFileBackend $backend,
array $params,
$call,
$cmd,
$chmodPath = null )
Parameters
FSFileBackend$backend
array$params
callable$call
string$cmd
int | null$chmodPath

Definition at line 36 of file FSFileOpHandle.php.

References FileBackendStoreOpHandle\$backend, FileBackendStoreOpHandle\$call, $chmodPath, $cmd, and FileBackendStoreOpHandle\$params.

Member Data Documentation

◆ $chmodPath

FSFileOpHandle::$chmodPath

Definition at line 27 of file FSFileOpHandle.php.

Referenced by __construct().

◆ $cmd

FSFileOpHandle::$cmd

Definition at line 26 of file FSFileOpHandle.php.

Referenced by __construct().


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