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