MediaWiki
REL1_34
LocalFileLockError.php
Go to the documentation of this file.
1
<?php
24
class
LocalFileLockError
extends
ErrorPageError
{
25
public
function
__construct
(
Status
$status ) {
26
parent::__construct(
27
'actionfailed'
,
28
$status->
getMessage
()
29
);
30
}
31
32
public
function
report
( $action = self::SEND_OUTPUT ) {
33
global
$wgOut
;
34
$wgOut
->setStatusCode( 429 );
35
parent::report( $action );
36
}
37
}
$wgOut
$wgOut
Definition
Setup.php:885
ErrorPageError
An error page which can definitely be safely rendered using the OutputPage.
Definition
ErrorPageError.php:27
LocalFileLockError
Definition
LocalFileLockError.php:24
LocalFileLockError\__construct
__construct(Status $status)
Definition
LocalFileLockError.php:25
LocalFileLockError\report
report( $action=self::SEND_OUTPUT)
Definition
LocalFileLockError.php:32
Status
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition
Status.php:40
Status\getMessage
getMessage( $shortContext=false, $longContext=false, $lang=null)
Get a bullet list of the errors as a Message object.
Definition
Status.php:232
includes
filerepo
file
LocalFileLockError.php
Generated on Fri Apr 5 2024 23:09:54 for MediaWiki by
1.9.8