MediaWiki REL1_35
MergeHistoryFactory.php
Go to the documentation of this file.
1<?php
2
23namespace MediaWiki\Page;
24
25use MergeHistory;
26use Title;
27
32
39 public function newMergeHistory(
41 Title $destination,
42 string $timestamp = null
43 ) : MergeHistory;
44}
Handles the backend logic of merging the histories of two pages.
Represents a title within MediaWiki.
Definition Title.php:42
newMergeHistory(Title $source, Title $destination, string $timestamp=null)
$source