MediaWiki REL1_34
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}
Class for a file system (FS) based file backend.
__construct(FSFileBackend $backend, array $params, $call, $cmd, $chmodPath=null)
FileBackendStore helper class for performing asynchronous file operations.
callable $call
name that identifies the function called