MediaWiki REL1_37
MergeHistoryFactory.php
Go to the documentation of this file.
1<?php
2
23namespace MediaWiki\Page;
24
25use MergeHistory;
26
31
38 public function newMergeHistory(
40 PageIdentity $destination,
41 string $timestamp = null
42 ): MergeHistory;
43}
Handles the backend logic of merging the histories of two pages.
newMergeHistory(PageIdentity $source, PageIdentity $destination, string $timestamp=null)
Interface for objects (potentially) representing an editable wiki page.
$source