예제 #1
0
파일: Message.php 프로젝트: novuso/common
 /**
  * Constructs Message
  */
 public function __construct()
 {
     $this->setCharset(static::DEFAULT_CHARSET);
     $this->setPriority(Priority::NORMAL());
 }