MediaWiki master
MergeHistoryFactory.php
Go to the documentation of this file.
1<?php
8namespace MediaWiki\Page;
9
18
25 public function newMergeHistory(
27 PageIdentity $destination,
28 ?string $timestamp = null,
29 ?string $timestampOld = null
30 ): MergeHistory;
31}
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