MediaWiki master
RollbackPageFactory.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Page;
8
11
20
29 public function newRollbackPage(
30 PageIdentity $page,
31 Authority $performer,
32 UserIdentity $byUser
33 ): RollbackPage;
34}
Backend logic for performing a page rollback action.
Interface for objects (potentially) representing an editable wiki page.
Service for page rollback actions.
newRollbackPage(PageIdentity $page, Authority $performer, UserIdentity $byUser)
Create a new command instance for page rollback.
This interface represents the authority associated with the current execution context,...
Definition Authority.php:23
Interface for objects representing user identity.