示例#1
0
文件: Message.php 项目: novuso/common
 /**
  * Constructs Message
  */
 public function __construct()
 {
     $this->setCharset(static::DEFAULT_CHARSET);
     $this->setPriority(Priority::NORMAL());
 }