MediaWiki  1.34.0
FSFileOpHandle.php
Go to the documentation of this file.
1 <?php
26  public $cmd; // string; shell command
27  public $chmodPath; // string; file to chmod
28 
36  public function __construct(
38  ) {
39  $this->backend = $backend;
40  $this->params = $params;
41  $this->call = $call;
42  $this->cmd = $cmd;
43  $this->chmodPath = $chmodPath;
44  }
45 }
FSFileOpHandle
Definition: FSFileOpHandle.php:25
FileBackendStoreOpHandle\$backend
FileBackendStore $backend
Definition: FileBackendStoreOpHandle.php:34
FileBackendStoreOpHandle
FileBackendStore helper class for performing asynchronous file operations.
Definition: FileBackendStoreOpHandle.php:30
FSFileBackend
Class for a file system (FS) based file backend.
Definition: FSFileBackend.php:62
FSFileOpHandle\__construct
__construct(FSFileBackend $backend, array $params, $call, $cmd, $chmodPath=null)
Definition: FSFileOpHandle.php:36
FileBackendStoreOpHandle\$params
array $params
Definition: FileBackendStoreOpHandle.php:32
FSFileOpHandle\$cmd
$cmd
Definition: FSFileOpHandle.php:26
FileBackendStoreOpHandle\$call
callable $call
name that identifies the function called
Definition: FileBackendStoreOpHandle.php:38
FSFileOpHandle\$chmodPath
$chmodPath
Definition: FSFileOpHandle.php:27