Pop\Mail\Message::getHtml PHP Méthode

getHtml() public méthode

Get HTML part of the message.
public getHtml ( ) : string
Résultat string
    public function getHtml()
    {
        return $this->html;
    }

Usage Example

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