Пример #1
0
 /**
  * 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;
 }