Page MenuHomeWickedGov Phorge

FuzzyBot.php
No OneTemporary

Size
501 B
Referenced Files
None
Subscribers
None

FuzzyBot.php

<?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

Mime Type
text/x-php
Expires
Sat, May 16, 11:58 (17 h, 24 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
16/a4/29703bc5b86a9289e6511d0cfa07
Default Alt Text
FuzzyBot.php (501 B)

Event Timeline