MediaWiki
1.33.1
|
Variant of the Message class. More...
Public Member Functions | |
__construct ( $text, $params=[]) | |
Call the parent constructor, then store the key as the message. More... | |
fetchMessage () | |
Fetch the message (in this case, the key). More... | |
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 34 of file RawMessage.php.
RawMessage::__construct | ( | $text, | |
$params = [] |
|||
) |
Call the parent constructor, then store the key as the message.
string | $text | Message to use. |
array | $params | Parameters for the message. |
InvalidArgumentException |
Definition at line 47 of file RawMessage.php.
RawMessage::fetchMessage | ( | ) |
Fetch the message (in this case, the key).
Definition at line 63 of file RawMessage.php.
References message.