Pop\Mail\Message::getText PHP Method

getText() public method

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

Usage Example

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