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