getHtml() public méthode

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