msg = $msg; // Using ->plain() instead of ->text() due to bug T58226 $wikitext = call_user_func_array( 'wfMessage', $msg )->plain(); parent::__construct( $wikitext ); } /** * @return array */ public function getMsg() { return $this->msg; } }