MediaWiki
REL1_37
ReadOnlyError.php
Go to the documentation of this file.
1
<?php
29
class
ReadOnlyError
extends
ErrorPageError
{
30
34
public
function
__construct
() {
35
parent::__construct(
36
'readonly'
,
37
'readonlytext'
,
38
wfReadOnlyReason
() ?: []
39
);
40
}
41
}
wfReadOnlyReason
wfReadOnlyReason()
Check if the site is in read-only mode and return the message if so.
Definition
GlobalFunctions.php:1112
ErrorPageError
An error page which can definitely be safely rendered using the OutputPage.
Definition
ErrorPageError.php:30
ReadOnlyError
Show an error when the wiki is locked/read-only and the user tries to do something that requires writ...
Definition
ReadOnlyError.php:29
ReadOnlyError\__construct
__construct()
Definition
ReadOnlyError.php:34
includes
exception
ReadOnlyError.php
Generated on Fri Apr 5 2024 23:40:14 for MediaWiki by
1.9.8