Import changes to wiki as given user. More...
Public Member Functions | |
__construct (array $changes, $groupId, $user, $dryrun=true) | |
setProgressCallback ( $callback) | |
execute () | |
Updates pages on by one. | |
Protected Member Functions | |
reportProgress ( $text, $channel, $severity='status') | |
Import changes to wiki as given user.
Definition at line 220 of file poimport.php.
WikiWriter::__construct | ( | array | $changes, |
$groupId, | |||
$user, | |||
$dryrun = true ) |
string[] | $changes | Array of key/langcode => translation. |
string | $groupId | Group ID. |
string | $user | User who makes the edits in wiki. |
bool | $dryrun | Do not do anything that affects the database. |
Definition at line 238 of file poimport.php.
WikiWriter::execute | ( | ) |
Updates pages on by one.
Definition at line 260 of file poimport.php.
|
protected |
Definition at line 250 of file poimport.php.
WikiWriter::setProgressCallback | ( | $callback | ) |
Definition at line 245 of file poimport.php.