MediaWiki REL1_39
LanguageQqx.php
Go to the documentation of this file.
1<?php
33class LanguageQqx extends Language {
38 public function getMessage( $key ) {
39 // Special value replaced in Message::format()
40 return '($*)';
41 }
42}
Dummy language that return the message names.
getMessage( $key)
Base class for language-specific code.
Definition Language.php:53