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

getText() public méthode

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

Usage Example

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