コード例 #1
0
ファイル: Message.php プロジェクト: Webiny/Framework
 /**
  * Returns the body of the message.
  *
  * @return string
  */
 public function getBody()
 {
     return $this->message->getHtml();
 }