MediaWiki REL1_37
RollbackPageFactory.php
Go to the documentation of this file.
1<?php
23namespace MediaWiki\Page;
24
27
33
42 public function newRollbackPage(
43 PageIdentity $page,
44 Authority $performer,
45 UserIdentity $byUser
46 ): RollbackPage;
47}
Interface for objects (potentially) representing an editable wiki page.
newRollbackPage(PageIdentity $page, Authority $performer, UserIdentity $byUser)
Create a new command instance for page rollback.
This interface represents the authority associated the current execution context, such as a web reque...
Definition Authority.php:37
Interface for objects representing user identity.