MediaWiki master
MergeHistoryFactory.php
Go to the documentation of this file.
1<?php
8namespace MediaWiki\Page;
9
18
19 public function newMergeHistory(
21 PageIdentity $destination,
22 ?string $timestamp = null,
23 ?string $timestampOld = null
24 ): MergeHistory;
25}
Handles the backend logic of merging the histories of two pages.
Service for mergehistory actions.
newMergeHistory(PageIdentity $source, PageIdentity $destination, ?string $timestamp=null, ?string $timestampOld=null)
Interface for objects (potentially) representing an editable wiki page.
$source