71 if (
$data !==
null ) {
72 foreach (
$data as $k => $v ) {
73 if ( substr( $k, 0, 1 ) ===
'_' ) {
74 throw new InvalidArgumentException(
'Keys in $data beginning with "_" are reserved' );
79 if ( $comment instanceof
Message ) {
83 ->setInterfaceMessageFlag(
true )
The Message class deals with fetching and processing of interface message into a variety of formats.
static plaintextParam( $plaintext)
inLanguage( $lang)
Request the message in any language that is supported.
Variant of the Message class.