getHtml() public method

Get HTML part of the message.
public getHtml ( ) : string
return string
示例#1
0
 /**
  * Get HTML part of the message.
  *
  * @return string
  */
 public function getHtml()
 {
     return $this->message->getHtml();
 }