MediaWiki
REL1_37
RollbackPageFactory.php
Go to the documentation of this file.
1
<?php
23
namespace
MediaWiki\Page
;
24
25
use
MediaWiki\Permissions\Authority
;
26
use
MediaWiki\User\UserIdentity
;
27
32
interface
RollbackPageFactory
{
33
42
public
function
newRollbackPage
(
43
PageIdentity
$page,
44
Authority
$performer,
45
UserIdentity
$byUser
46
):
RollbackPage
;
47
}
MediaWiki\Page\RollbackPage
Definition
RollbackPage.php:55
MediaWiki\Page\PageIdentity
Interface for objects (potentially) representing an editable wiki page.
Definition
PageIdentity.php:64
MediaWiki\Page\RollbackPageFactory
Definition
RollbackPageFactory.php:32
MediaWiki\Page\RollbackPageFactory\newRollbackPage
newRollbackPage(PageIdentity $page, Authority $performer, UserIdentity $byUser)
Create a new command instance for page rollback.
MediaWiki\Permissions\Authority
This interface represents the authority associated the current execution context, such as a web reque...
Definition
Authority.php:37
MediaWiki\User\UserIdentity
Interface for objects representing user identity.
Definition
UserIdentity.php:39
MediaWiki\Page
Definition
ContentModelChangeFactory.php:23
includes
page
RollbackPageFactory.php
Generated on Fri Apr 5 2024 23:40:39 for MediaWiki by
1.9.8