MediaWiki  1.29.2
dumpMessages.php
Go to the documentation of this file.
1 <?php
26 require_once __DIR__ . '/../Maintenance.php';
27 
33 class DumpMessages extends Maintenance {
34  public function __construct() {
35  parent::__construct();
36  $this->addDescription( 'Dump an entire language, using the keys from English' );
37  }
38 
39  public function execute() {
41 
42  $messages = [];
43  foreach ( array_keys( Language::getMessagesFor( 'en' ) ) as $key ) {
44  $messages[$key] = wfMessage( $key )->text();
45  }
46  $this->output( "MediaWiki $wgVersion language file\n" );
47  $this->output( serialize( $messages ) );
48  }
49 }
50 
51 $maintClass = "DumpMessages";
52 require_once RUN_MAINTENANCE_IF_MAIN;
DumpMessages
Maintenance script that dumps an entire language, using the keys from English.
Definition: dumpMessages.php:33
DumpMessages\execute
execute()
Do the actual work.
Definition: dumpMessages.php:39
Maintenance\addDescription
addDescription( $text)
Set the description text.
Definition: Maintenance.php:287
$wgVersion
$wgVersion
MediaWiki version number.
Definition: DefaultSettings.php:78
DumpMessages\__construct
__construct()
Default constructor.
Definition: dumpMessages.php:34
RUN_MAINTENANCE_IF_MAIN
require_once RUN_MAINTENANCE_IF_MAIN
Definition: maintenance.txt:50
serialize
serialize()
Definition: ApiMessage.php:177
Maintenance
Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effo...
Definition: maintenance.txt:39
$messages
$messages
Definition: LogTests.i18n.php:8
$maintClass
$maintClass
Definition: dumpMessages.php:51
php
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Definition: injection.txt:35
global
when a variable name is used in a it is silently declared as a new masking the global
Definition: design.txt:93
Language\getMessagesFor
static getMessagesFor( $code)
Get all messages for a given language WARNING: this may take a long time.
Definition: Language.php:4464
as
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
Definition: distributors.txt:9
Maintenance\output
output( $out, $channel=null)
Throw some output to the user.
Definition: Maintenance.php:373
wfMessage
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "&lt