MediaWiki
REL1_37
LocalFileLockError.php
Go to the documentation of this file.
1
<?php
28
class
LocalFileLockError
extends
ErrorPageError
{
29
35
public
function
__construct
(
Status
$status ) {
36
parent::__construct(
37
'actionfailed'
,
38
$status->
getMessage
()
39
);
40
}
41
42
public
function
report
( $action = self::SEND_OUTPUT ) {
43
global
$wgOut
;
44
$wgOut
->setStatusCode( 429 );
45
parent::report( $action );
46
}
47
}
$wgOut
$wgOut
Definition
Setup.php:836
ErrorPageError
An error page which can definitely be safely rendered using the OutputPage.
Definition
ErrorPageError.php:30
LocalFileLockError
@newable
Definition
LocalFileLockError.php:28
LocalFileLockError\__construct
__construct(Status $status)
Definition
LocalFileLockError.php:35
LocalFileLockError\report
report( $action=self::SEND_OUTPUT)
Definition
LocalFileLockError.php:42
Status
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition
Status.php:44
Status\getMessage
getMessage( $shortContext=false, $longContext=false, $lang=null)
Get a bullet list of the errors as a Message object.
Definition
Status.php:243
includes
filerepo
file
LocalFileLockError.php
Generated on Fri Apr 5 2024 23:40:15 for MediaWiki by
1.9.8