MediaWiki master
LanguageQqx.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Languages;
8
10
26class LanguageQqx extends Language {
28 public function getMessage( $key ) {
29 wfDeprecated( __METHOD__, '1.41' );
30 // Special value replaced in Message::format()
31 return '($*)';
32 }
33}
34
36class_alias( LanguageQqx::class, 'LanguageQqx' );
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Logs a warning that a deprecated feature was used.
Base class for language-specific code.
Definition Language.php:65
Dummy language that returns the message names.
getMessage( $key)
since 1.41, use LocalisationCache or MessageCache as appropriate. string|null