コード例 #1
0
ファイル: Message.php プロジェクト: novuso/common
 /**
  * Constructs Message
  */
 public function __construct()
 {
     $this->setCharset(static::DEFAULT_CHARSET);
     $this->setPriority(Priority::NORMAL());
 }