MediaWiki master
FSFileOpHandle.php
Go to the documentation of this file.
1<?php
24 public $cmd;
26 public $callback;
27
34 public function __construct( FSFileBackend $backend, array $params, callable $call, $cmd ) {
35 $this->backend = $backend;
36 $this->params = $params;
37 $this->callback = $call;
38 $this->cmd = $cmd;
39 }
40}
Class for a file system (FS) based file backend.
string $cmd
Shell command.
callback $callback
Post-operation success/error handling and cleanup function.
__construct(FSFileBackend $backend, array $params, callable $call, $cmd)
FileBackendStore helper class for performing asynchronous file operations.
callable $call
name that identifies the function called