MediaWiki
master
MergeHistoryFactory.php
Go to the documentation of this file.
1
<?php
8
namespace
MediaWiki\Page
;
9
17
interface
MergeHistoryFactory
{
18
25
public
function
newMergeHistory
(
26
PageIdentity
$source
,
27
PageIdentity
$destination,
28
?
string
$timestamp =
null
,
29
?
string
$timestampOld =
null
30
):
MergeHistory
;
31
}
MediaWiki\Page\MergeHistory
Handles the backend logic of merging the histories of two pages.
Definition
MergeHistory.php:44
MediaWiki\Page\MergeHistoryFactory
Service for mergehistory actions.
Definition
MergeHistoryFactory.php:17
MediaWiki\Page\MergeHistoryFactory\newMergeHistory
newMergeHistory(PageIdentity $source, PageIdentity $destination, ?string $timestamp=null, ?string $timestampOld=null)
MediaWiki\Page\PageIdentity
Interface for objects (potentially) representing an editable wiki page.
Definition
PageIdentity.php:53
$source
$source
Definition
mwdoc-filter.php:36
MediaWiki\Page
Definition
Article.php:7
includes
Page
MergeHistoryFactory.php
Generated on Thu Jan 22 2026 00:26:22 for MediaWiki by
1.10.0