MediaWiki
master
|
Special page allowing users with the appropriate permissions to view and restore deleted content. More...
Public Member Functions | |||
__construct (PermissionManager $permissionManager, RevisionStore $revisionStore, RevisionRenderer $revisionRenderer, IContentHandlerFactory $contentHandlerFactory, NameTableStore $changeTagDefStore, LinkBatchFactory $linkBatchFactory, RepoGroup $repoGroup, ILoadBalancer $loadBalancer, UserOptionsLookup $userOptionsLookup, WikiPageFactory $wikiPageFactory, SearchEngineFactory $searchEngineFactory, UndeletePageFactory $undeletePageFactory, ArchivedRevisionLookup $archivedRevisionLookup) | |||
checkPermissions () | |||
Checks if userCanExecute, and if not throws a PermissionsError.
| |||
doesWrites () | |||
Indicates whether this special page may perform database writes. More... | |||
execute ( $par) | |||
Default execute method Checks user permissions. More... | |||
prefixSearchSubpages ( $search, $limit, $offset) | |||
Return an array of subpages beginning with $search that this special page will accept. More... | |||
userCanExecute (User $user) | |||
Checks if the given user (identified by an object) can execute this special page (as defined by $mRestriction). More... | |||
![]() | |||
__construct ( $name='', $restriction='', $listed=true, $function=false, $file='', $includable=false) | |||
Default constructor for special pages Derivative classes should call this from their constructor Note that if the user does not have the required level, an error message will be displayed by the default execute() method, without the global function ever being called. More... | |||
addHelpLink ( $to, $overrideBaseUrl=false) | |||
Adds help link with an icon via page indicators. More... | |||
checkReadOnly () | |||
If the wiki is currently in readonly mode, throws a ReadOnlyError. More... | |||
getAuthority () | |||
Shortcut to get the Authority executing this instance. More... | |||
getConfig () | |||
Shortcut to get main config object. More... | |||
getContentLanguage () | |||
Shortcut to get content language. More... | |||
getContext () | |||
Gets the context this SpecialPage is executed in. More... | |||
getDescription () | |||
Returns the name that goes in the \<h1\> in the special page itself, and also the name that will be listed in Special:Specialpages. More... | |||
getFinalGroupName () | |||
Get the group that the special page belongs in on Special:SpecialPage Use this method, instead of getGroupName to allow customization of the group name from the wiki side. More... | |||
getFullTitle () | |||
Return the full title, including $par. More... | |||
getLanguage () | |||
Shortcut to get user's language. More... | |||
getLinkRenderer () | |||
getLocalName () | |||
Get the localised name of the special page. More... | |||
getName () | |||
Get the name of this Special Page. More... | |||
getOutput () | |||
Get the OutputPage being used for this instance. More... | |||
getPageTitle ( $subpage=false) | |||
Get a self-referential title object. More... | |||
getRequest () | |||
Get the WebRequest being used for this instance. More... | |||
getRestriction () | |||
Get the permission that a user must have to execute this page. More... | |||
getSkin () | |||
Shortcut to get the skin being used for this instance. More... | |||
getUser () | |||
Shortcut to get the User executing this instance. More... | |||
including ( $x=null) | |||
Whether the special page is being evaluated via transclusion. More... | |||
isCached () | |||
Is this page cached? Expensive pages are cached or disabled in miser mode. More... | |||
isExpensive () | |||
Is this page expensive (for some definition of expensive)? Expensive pages are disabled or cached in miser mode. More... | |||
isIncludable () | |||
Whether it's allowed to transclude the special page via {{Special:Foo/params}}. More... | |||
isListed () | |||
Whether this special page is listed in Special:SpecialPages. More... | |||
isRestricted () | |||
Can be overridden by subclasses with more complicated permissions schemes. More... | |||
listed ( $x=null) | |||
Get or set whether this special page is listed in Special:SpecialPages. More... | |||
maxIncludeCacheTime () | |||
How long to cache page when it is being included. More... | |||
msg ( $key,... $params) | |||
Wrapper around wfMessage that sets the current context. More... | |||
requireLogin ( $reasonMsg='exception-nologin-text', $titleMsg='exception-nologin') | |||
If the user is not logged in, throws UserNotLoggedIn error. More... | |||
requireNamedUser ( $reasonMsg='exception-nologin-text', $titleMsg='exception-nologin') | |||
If the user is not logged in or is a temporary user, throws UserNotLoggedIn. More... | |||
run ( $subPage) | |||
Entry point. More... | |||
setContentLanguage (Language $contentLanguage) | |||
Set content language. More... | |||
setContext ( $context) | |||
Sets the context this SpecialPage is executed in. More... | |||
setHookContainer (HookContainer $hookContainer) | |||
setLinkRenderer (LinkRenderer $linkRenderer) | |||
setListed ( $listed) | |||
Set whether this page is listed in Special:Specialpages, at run-time. More... | |||
setSpecialPageFactory (SpecialPageFactory $specialPageFactory) | |||
Protected Member Functions | |
formatRevisionRow ( $row, $earliestLiveTime, $remaining) | |
getGroupName () | |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'. More... | |
isAllowed ( $permission, User $user=null) | |
Checks whether a user is allowed the permission for the specific title if one is set. More... | |
showHistory () | |
![]() | |
addFeedLinks ( $params) | |
Adds RSS/atom links. More... | |
afterExecute ( $subPage) | |
Gets called after. More... | |
beforeExecute ( $subPage) | |
Gets called before. More... | |
buildPrevNextNavigation ( $offset, $limit, array $query=[], $atend=false, $subpage=false) | |
Generate (prev x| next x) (20|50|100...) type links for paging. More... | |
checkLoginSecurityLevel ( $level=null) | |
Verifies that the user meets the security level, possibly reauthenticating them in the process. More... | |
displayRestrictionError () | |
Output an error message telling the user what access level they have to have. More... | |
getAuthManager () | |
getCacheTTL () | |
getHookContainer () | |
getHookRunner () | |
getLanguageConverter () | |
Shortcut to get language's converter. More... | |
getLoginSecurityLevel () | |
Tells if the special page does something security-sensitive and needs extra defense against a stolen account (e.g. More... | |
getRobotPolicy () | |
Return the robot policy. More... | |
getSpecialPageFactory () | |
getSubpagesForPrefixSearch () | |
Return an array of subpages that this special page will accept for prefix searches. More... | |
outputHeader ( $summaryMessageKey='') | |
Outputs a summary message on top of special pages Per default the message key is the canonical name of the special page May be overridden, i.e. More... | |
prefixSearchString ( $search, $limit, $offset, SearchEngineFactory $searchEngineFactory=null) | |
Perform a regular substring search for prefixSearchSubpages. More... | |
setAuthManager (AuthManager $authManager) | |
Set the injected AuthManager from the special page constructor. More... | |
setHeaders () | |
Sets headers - this should be called from the execute() method of all derived classes! More... | |
setReauthPostData (array $data) | |
Record preserved POST data after a reauthentication. More... | |
useTransactionalTimeLimit () | |
Call wfTransactionalTimeLimit() if this request was POSTed. More... | |
Private Member Functions | |
diffHeader (RevisionRecord $revRecord, $prefix) | |
formatFileRow ( $row) | |
getFileComment ( $file) | |
Fetch file upload comment if it's available to this user. More... | |
getFileLink ( $file, $titleObj, $ts, $key) | |
Fetch image view link if it's available to all users. More... | |
getFileUser ( $file) | |
Fetch file's user id if it's available to this user. More... | |
getPageLink (RevisionRecord $revRecord, $titleObj, $ts) | |
Fetch revision text link if it's available to all users. More... | |
loadRequest ( $par) | |
redirectToRevDel () | |
Convert submitted form data to format expected by RevisionDelete and redirect the request. More... | |
showDiff (RevisionRecord $previousRevRecord, RevisionRecord $currentRevRecord) | |
Build a diff display between this and the previous either deleted or non-deleted edit. More... | |
showFile ( $key) | |
Show a deleted file version requested by the visitor. More... | |
showFileConfirmationForm ( $key) | |
Show a form confirming whether a tokenless user really wants to see a file. More... | |
showList ( $result) | |
Generic list of deleted pages. More... | |
showRevision ( $timestamp) | |
showSearchForm () | |
undelete () | |
Private Attributes | |
ArchivedRevisionLookup | $archivedRevisionLookup |
NameTableStore | $changeTagDefStore |
IContentHandlerFactory | $contentHandlerFactory |
LinkBatchFactory | $linkBatchFactory |
ILoadBalancer | $loadBalancer |
LocalRepo | $localRepo |
$mAction | |
$mAllowed | |
$mCanView | |
string | $mComment = '' |
bool null | $mDiff |
bool null | $mDiffOnly |
$mFilename | |
int[] | $mFileVersions = [] |
$mInvert | |
bool null | $mPreview |
$mRestore | |
$mRevdel | |
string | $mSearchPrefix |
Search prefix. More... | |
$mTarget | |
Title null | $mTargetObj |
string[] | $mTargetTimestamp = [] |
$mTimestamp | |
$mToken | |
bool null | $mUndeleteTalk |
bool null | $mUnsuppress |
PermissionManager | $permissionManager |
RevisionRenderer | $revisionRenderer |
RevisionStore | $revisionStore |
SearchEngineFactory | $searchEngineFactory |
UndeletePageFactory | $undeletePageFactory |
UserOptionsLookup | $userOptionsLookup |
WikiPageFactory | $wikiPageFactory |
Additional Inherited Members | |
![]() | |
static | getSafeTitleFor ( $name, $subpage=false) |
Get a localised Title object for a page name with a possibly unvalidated subpage. More... | |
static | getTitleFor ( $name, $subpage=false, $fragment='') |
Get a localised Title object for a specified special page name If you don't need a full Title object, consider using TitleValue through getTitleValueFor() below. More... | |
static | getTitleValueFor ( $name, $subpage=false, $fragment='') |
Get a localised TitleValue object for a specified special page name. More... | |
static | newSearchPage (User $user) |
Get the users preferred search page. More... | |
![]() | |
static | prefixSearchArray ( $search, $limit, array $subpages, $offset) |
Helper function for implementations of prefixSearchSubpages() that filter the values in memory (as opposed to making a query). More... | |
![]() | |
IContextSource | $mContext |
Current request context. More... | |
bool | $mIncludable |
Whether the special page can be included in an article. More... | |
bool | $mIncluding |
Whether or not this special page is being included from an article. More... | |
string | $mName |
The canonical name of this special page Also used for the default. More... | |
string | $mRestriction |
Minimum user level required to access this page, or "" for anyone. More... | |
Special page allowing users with the appropriate permissions to view and restore deleted content.
Definition at line 48 of file SpecialUndelete.php.
SpecialUndelete::__construct | ( | PermissionManager | $permissionManager, |
RevisionStore | $revisionStore, | ||
RevisionRenderer | $revisionRenderer, | ||
IContentHandlerFactory | $contentHandlerFactory, | ||
NameTableStore | $changeTagDefStore, | ||
LinkBatchFactory | $linkBatchFactory, | ||
RepoGroup | $repoGroup, | ||
ILoadBalancer | $loadBalancer, | ||
UserOptionsLookup | $userOptionsLookup, | ||
WikiPageFactory | $wikiPageFactory, | ||
SearchEngineFactory | $searchEngineFactory, | ||
UndeletePageFactory | $undeletePageFactory, | ||
ArchivedRevisionLookup | $archivedRevisionLookup | ||
) |
PermissionManager | $permissionManager | |
RevisionStore | $revisionStore | |
RevisionRenderer | $revisionRenderer | |
IContentHandlerFactory | $contentHandlerFactory | |
NameTableStore | $changeTagDefStore | |
LinkBatchFactory | $linkBatchFactory | |
RepoGroup | $repoGroup | |
ILoadBalancer | $loadBalancer | |
UserOptionsLookup | $userOptionsLookup | |
WikiPageFactory | $wikiPageFactory | |
SearchEngineFactory | $searchEngineFactory | |
UndeletePageFactory | $undeletePageFactory | |
ArchivedRevisionLookup | $archivedRevisionLookup |
Definition at line 137 of file SpecialUndelete.php.
References $archivedRevisionLookup, $changeTagDefStore, $contentHandlerFactory, $linkBatchFactory, $loadBalancer, $permissionManager, $revisionRenderer, $revisionStore, $searchEngineFactory, $undeletePageFactory, $userOptionsLookup, $wikiPageFactory, and RepoGroup\getLocalRepo().
SpecialUndelete::checkPermissions | ( | ) |
Checks if userCanExecute, and if not throws a PermissionsError.
PermissionsError |
Reimplemented from SpecialPage.
Definition at line 269 of file SpecialUndelete.php.
References SpecialPage\displayRestrictionError(), SpecialPage\getUser(), and userCanExecute().
Referenced by execute().
|
private |
RevisionRecord | $revRecord | |
string | $prefix |
Definition at line 761 of file SpecialUndelete.php.
References $dbr, $lang, DB_REPLICA, ChangesList\flag(), ChangeTags\formatSummaryRow(), SpecialPage\getContext(), MediaWiki\Revision\RevisionRecord\getId(), SpecialPage\getLanguage(), SpecialPage\getLinkRenderer(), MediaWiki\Revision\RevisionRecord\getPageAsLinkTarget(), SpecialPage\getPageTitle(), Linker\getRevDeleteLink(), MediaWiki\Revision\RevisionRecord\getTimestamp(), SpecialPage\getUser(), MediaWiki\Revision\RevisionRecord\isMinor(), SpecialPage\msg(), Linker\revComment(), Linker\revUserTools(), and wfTimestamp().
Referenced by showDiff().
SpecialUndelete::doesWrites | ( | ) |
Indicates whether this special page may perform database writes.
Reimplemented from SpecialPage.
Definition at line 168 of file SpecialUndelete.php.
SpecialUndelete::execute | ( | $subPage | ) |
Default execute method Checks user permissions.
This must be overridden by subclasses; it will be made abstract in a future version
string | null | $subPage |
Reimplemented from SpecialPage.
Definition at line 292 of file SpecialUndelete.php.
References $file, SpecialPage\addHelpLink(), checkPermissions(), File\DELETED_FILE, File\DELETED_RESTRICTED, SpecialPage\getOutput(), SpecialPage\getSkin(), SpecialPage\getUser(), loadRequest(), SpecialPage\msg(), NS_FILE, SpecialPage\outputHeader(), redirectToRevDel(), SpecialPage\setHeaders(), showFile(), showFileConfirmationForm(), showHistory(), showRevision(), showSearchForm(), undelete(), and SpecialPage\useTransactionalTimeLimit().
|
private |
Definition at line 1209 of file SpecialUndelete.php.
References $file, Xml\check(), File\DELETED_RESTRICTED, getFileComment(), getFileLink(), getFileUser(), SpecialPage\getLanguage(), SpecialPage\getPageTitle(), SpecialPage\getUser(), isAllowed(), SpecialPage\msg(), ArchivedFile\newFromRow(), Linker\revDeleteLink(), Linker\revDeleteLinkDisabled(), and wfTimestamp().
Referenced by showHistory().
|
protected |
Definition at line 1114 of file SpecialUndelete.php.
References Xml\check(), ChangesList\flag(), Linker\formatRevisionSize(), ChangeTags\formatSummaryRow(), SpecialPage\getLanguage(), SpecialPage\getLinkRenderer(), getPageLink(), SpecialPage\getPageTitle(), SpecialPage\getUser(), SpecialPage\msg(), Linker\revComment(), Linker\revUserTools(), Xml\tags(), and wfTimestamp().
Referenced by showHistory().
|
private |
Fetch file upload comment if it's available to this user.
File | ArchivedFile | $file |
Definition at line 1371 of file SpecialUndelete.php.
References $file, Linker\commentBlock(), File\DELETED_COMMENT, File\FOR_THIS_USER, SpecialPage\getAuthority(), SpecialPage\msg(), and Html\rawElement().
Referenced by formatFileRow().
|
private |
Fetch image view link if it's available to all users.
File | ArchivedFile | $file | |
Title | $titleObj | |
string | $ts | A timestamp |
string | $key | A storage key |
Definition at line 1304 of file SpecialUndelete.php.
References $file, File\DELETED_FILE, SpecialPage\getLanguage(), SpecialPage\getLinkRenderer(), SpecialPage\getUser(), and Html\rawElement().
Referenced by formatFileRow().
|
private |
Fetch file's user id if it's available to this user.
File | ArchivedFile | $file |
Definition at line 1341 of file SpecialUndelete.php.
References $file, File\DELETED_USER, File\FOR_THIS_USER, SpecialPage\getAuthority(), SpecialPage\msg(), Html\rawElement(), Linker\userLink(), and Linker\userToolLinks().
Referenced by formatFileRow().
|
protected |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.
Reimplemented from SpecialPage.
Definition at line 1464 of file SpecialUndelete.php.
|
private |
Fetch revision text link if it's available to all users.
RevisionRecord | $revRecord | |
Title | $titleObj | |
string | $ts | Timestamp |
Definition at line 1262 of file SpecialUndelete.php.
References SpecialPage\getLanguage(), SpecialPage\getLinkRenderer(), Linker\getRevisionDeletedClass(), SpecialPage\getUser(), MediaWiki\Revision\RevisionRecord\isDeleted(), Html\rawElement(), and MediaWiki\Revision\RevisionRecord\userCan().
Referenced by formatRevisionRow().
|
protected |
Checks whether a user is allowed the permission for the specific title if one is set.
string | $permission | |
User | null | $user |
Definition at line 249 of file SpecialUndelete.php.
References SpecialPage\getUser().
Referenced by formatFileRow(), loadRequest(), and userCanExecute().
|
private |
Definition at line 172 of file SpecialUndelete.php.
References $matches, SpecialPage\getRequest(), SpecialPage\getUser(), isAllowed(), Title\newFromText(), and wfTimestamp().
Referenced by execute().
SpecialUndelete::prefixSearchSubpages | ( | $search, | |
$limit, | |||
$offset | |||
) |
Return an array of subpages beginning with $search that this special page will accept.
string | $search | Prefix to search for |
int | $limit | Maximum number of results to return (usually 10) |
int | $offset | Number of results to skip (usually 0) |
Reimplemented from SpecialPage.
Definition at line 1460 of file SpecialUndelete.php.
References SpecialPage\prefixSearchString().
|
private |
Convert submitted form data to format expected by RevisionDelete and redirect the request.
Definition at line 360 of file SpecialUndelete.php.
References $matches, SpecialPage\getOutput(), SpecialPage\getRequest(), and SpecialPage\getTitleFor().
Referenced by execute().
|
private |
Build a diff display between this and the previous either deleted or non-deleted edit.
RevisionRecord | $previousRevRecord | |
RevisionRecord | $currentRevRecord |
Definition at line 728 of file SpecialUndelete.php.
References diffHeader(), SpecialPage\getContext(), SpecialPage\getOutput(), MediaWiki\Revision\RevisionRecord\getPageAsLinkTarget(), MediaWiki\Revision\RevisionRecord\getSlot(), and Title\newFromLinkTarget().
Referenced by showRevision().
|
private |
Show a deleted file version requested by the visitor.
string | $key |
Definition at line 863 of file SpecialUndelete.php.
References $path, SpecialPage\getOutput(), and SpecialPage\getRequest().
Referenced by execute().
|
private |
Show a form confirming whether a tokenless user really wants to see a file.
string | $key |
Definition at line 835 of file SpecialUndelete.php.
References $file, $lang, SpecialPage\getLanguage(), SpecialPage\getOutput(), SpecialPage\getPageTitle(), SpecialPage\getUser(), Xml\openElement(), and Xml\submitButton().
Referenced by execute().
|
protected |
Definition at line 879 of file SpecialUndelete.php.
References SpecialPage\checkReadOnly(), Html\closeElement(), CommentStore\COMMENT_CHARACTER_LIMIT, Html\element(), Xml\element(), formatFileRow(), formatRevisionRow(), SpecialPage\getHookRunner(), SpecialPage\getOutput(), SpecialPage\getPageTitle(), SpecialPage\getUser(), Html\hidden(), SpecialPage\msg(), NS_USER, NS_USER_TALK, Html\openElement(), LogEventsList\showLogExtract(), and wfEscapeWikiText().
Referenced by execute().
|
private |
Generic list of deleted pages.
IResultWrapper | $result |
Definition at line 462 of file SpecialUndelete.php.
References SpecialPage\$linkRenderer, $title, Html\element(), SpecialPage\getContext(), Linker\getInvalidTitleDescription(), SpecialPage\getLanguage(), SpecialPage\getLinkRenderer(), SpecialPage\getOutput(), SpecialPage\getPageTitle(), Title\makeTitleSafe(), SpecialPage\msg(), and Html\rawElement().
Referenced by showSearchForm().
|
private |
Definition at line 512 of file SpecialUndelete.php.
References $content, $lang, $t, Html\closeElement(), Xml\closeElement(), Xml\element(), SpecialPage\getHookRunner(), SpecialPage\getLanguage(), SpecialPage\getLinkRenderer(), SpecialPage\getOutput(), SpecialPage\getPageTitle(), Linker\getRevDeleteLink(), SpecialPage\getUser(), SpecialPage\msg(), Html\openElement(), Xml\openElement(), Message\rawParam(), Linker\revUserTools(), showDiff(), and Html\warningBox().
Referenced by execute().
|
private |
Definition at line 384 of file SpecialUndelete.php.
References SpecialPage\getOutput(), SpecialPage\getPageTitle(), SpecialPage\getRequest(), Html\hidden(), PageArchive\listPagesByPrefix(), PageArchive\listPagesBySearch(), SpecialPage\msg(), showList(), and wfScript().
Referenced by execute().
|
private |
Definition at line 1398 of file SpecialUndelete.php.
References SpecialPage\checkReadOnly(), SpecialPage\getConfig(), SpecialPage\getHookRunner(), SpecialPage\getLanguage(), SpecialPage\getLinkRenderer(), SpecialPage\getOutput(), SpecialPage\getUser(), SpecialPage\msg(), NS_FILE, Message\rawParam(), and Status\wrap().
Referenced by execute().
SpecialUndelete::userCanExecute | ( | User | $user | ) |
Checks if the given user (identified by an object) can execute this special page (as defined by $mRestriction).
Can be overridden by sub- classes with more complicated permissions schemes.
User | $user | The user to check |
Reimplemented from SpecialPage.
Definition at line 262 of file SpecialUndelete.php.
References isAllowed().
Referenced by checkPermissions().
|
private |
Definition at line 120 of file SpecialUndelete.php.
Referenced by __construct().
|
private |
Definition at line 96 of file SpecialUndelete.php.
Referenced by __construct().
|
private |
Definition at line 93 of file SpecialUndelete.php.
Referenced by __construct().
|
private |
Definition at line 99 of file SpecialUndelete.php.
Referenced by __construct().
|
private |
Definition at line 105 of file SpecialUndelete.php.
Referenced by __construct().
|
private |
Definition at line 102 of file SpecialUndelete.php.
|
private |
Definition at line 49 of file SpecialUndelete.php.
|
private |
Definition at line 58 of file SpecialUndelete.php.
|
private |
Definition at line 59 of file SpecialUndelete.php.
|
private |
Definition at line 61 of file SpecialUndelete.php.
|
private |
Definition at line 66 of file SpecialUndelete.php.
|
private |
Definition at line 68 of file SpecialUndelete.php.
|
private |
Definition at line 55 of file SpecialUndelete.php.
|
private |
Definition at line 72 of file SpecialUndelete.php.
|
private |
Definition at line 54 of file SpecialUndelete.php.
|
private |
Definition at line 64 of file SpecialUndelete.php.
|
private |
Definition at line 52 of file SpecialUndelete.php.
|
private |
Definition at line 53 of file SpecialUndelete.php.
|
private |
Search prefix.
Definition at line 81 of file SpecialUndelete.php.
|
private |
Definition at line 50 of file SpecialUndelete.php.
|
private |
Definition at line 77 of file SpecialUndelete.php.
|
private |
Definition at line 57 of file SpecialUndelete.php.
|
private |
Definition at line 51 of file SpecialUndelete.php.
|
private |
Definition at line 62 of file SpecialUndelete.php.
|
private |
Definition at line 74 of file SpecialUndelete.php.
|
private |
Definition at line 70 of file SpecialUndelete.php.
|
private |
Definition at line 84 of file SpecialUndelete.php.
Referenced by __construct().
|
private |
Definition at line 90 of file SpecialUndelete.php.
Referenced by __construct().
|
private |
Definition at line 87 of file SpecialUndelete.php.
Referenced by __construct().
|
private |
Definition at line 114 of file SpecialUndelete.php.
Referenced by __construct().
|
private |
Definition at line 117 of file SpecialUndelete.php.
Referenced by __construct().
|
private |
Definition at line 108 of file SpecialUndelete.php.
Referenced by __construct().
|
private |
Definition at line 111 of file SpecialUndelete.php.
Referenced by __construct().