/** * change the message to be used the next time the display method is called * * @param string $message the string to display * * @static * @return void */ public static function setMessage($message = '') { self::$message = $message; }