|
MediaWiki
REL1_23
|
Variant of the Message class. More...


Public Member Functions | |
| __construct ($key, $params=array()) | |
| Call the parent constructor, then store the key as the message. | |
| fetchMessage () | |
| Fetch the message (in this case, the key). | |
Variant of the Message class.
Rather than treating the message key as a lookup value (which is passed to the MessageCache and translated as necessary), a RawMessage key is treated as the actual message.
All other functionality (parsing, escaping, etc.) is preserved.
Definition at line 1015 of file Message.php.
| RawMessage::__construct | ( | $ | key, |
| $ | params = array() |
||
| ) |
Call the parent constructor, then store the key as the message.
| string|string[] | $key Message to use. | |
| array | $params | Parameters for the message. |
Definition at line 1026 of file Message.php.
Fetch the message (in this case, the key).
Reimplemented from Message.
Definition at line 1037 of file Message.php.