MediaWiki
master
SpecialListBots.php
Go to the documentation of this file.
1
<?php
25
namespace
MediaWiki\Specials\Redirects
;
26
27
use
MediaWiki\SpecialPage\SpecialRedirectToSpecial
;
28
34
class
SpecialListBots
extends
SpecialRedirectToSpecial
{
35
public
function
__construct
() {
36
parent::__construct(
'Listbots'
,
'Listusers'
,
'bot'
);
37
}
38
}
39
41
class_alias( SpecialListBots::class,
'SpecialListBots'
);
MediaWiki\SpecialPage\SpecialRedirectToSpecial
Definition
SpecialRedirectToSpecial.php:33
MediaWiki\Specials\Redirects\SpecialListBots
Redirect to Special:ListUsers/bot.
Definition
SpecialListBots.php:34
MediaWiki\Specials\Redirects\SpecialListBots\__construct
__construct()
Definition
SpecialListBots.php:35
MediaWiki\Specials\Redirects
Definition
SpecialAllMyUploads.php:21
includes
specials
redirects
SpecialListBots.php
Generated on Mon Dec 30 2024 13:25:48 for MediaWiki by
1.10.0