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