MediaWiki master
LanguageQqx.php
Go to the documentation of this file.
1<?php
8
24class LanguageQqx extends Language {
26 public function getMessage( $key ) {
27 // Special value replaced in Message::format()
28 return '($*)';
29 }
30}
Dummy language that returns the message names.
getMessage( $key)
since 1.41, use LocalisationCache or MessageCache as appropriate. string|null
Base class for language-specific code.
Definition Language.php:68