MediaWiki
master
MergeHistoryFactory.php
Go to the documentation of this file.
1
<?php
8
namespace
MediaWiki\Page
;
9
17
interface
MergeHistoryFactory
{
18
19
public
function
newMergeHistory
(
20
PageIdentity
$source
,
21
PageIdentity
$destination,
22
?
string
$timestamp =
null
,
23
?
string
$timestampOld =
null
24
):
MergeHistory
;
25
}
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 Sun Jul 12 2026 21:27:10 for MediaWiki by
1.10.0