72 if (
$data !==
null ) {
73 foreach (
$data as $k => $v ) {
74 if ( substr( $k, 0, 1 ) ===
'_' ) {
75 throw new InvalidArgumentException(
'Keys in $data beginning with "_" are reserved' );
80 if ( $comment instanceof
Message ) {
84 ->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.