Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1425762
FuzzyBot.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
501 B
Referenced Files
None
Subscribers
None
FuzzyBot.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\Translate\SystemUsers
;
use
MediaWiki\User\User
;
/**
* FuzzyBot - the misunderstood workhorse.
*
* @author Niklas Laxström
* @license GPL-2.0-or-later
* @since 2012-01-02
*/
class
FuzzyBot
{
public
static
function
getUser
():
User
{
return
User
::
newSystemUser
(
self
::
getName
(),
[
'steal'
=>
true
]
);
}
public
static
function
getName
():
string
{
global
$wgTranslateFuzzyBotName
;
return
$wgTranslateFuzzyBotName
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 11:58 (20 h, 22 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
16/a4/29703bc5b86a9289e6511d0cfa07
Default Alt Text
FuzzyBot.php (501 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment