示例#1
0
文件: Message.php 项目: cawaphp/email
 /**
  * {@inheritdoc}
  *
  * @return $this|self
  */
 public function setFormat($format) : self
 {
     $this->message->setFormat($format);
     return $this;
 }