getText() public method

Get text part of the message.
public getText ( ) : string
return string
コード例 #1
0
ファイル: Mail.php プロジェクト: nicksagona/PopPHP
 /**
  * Get text part of the message.
  *
  * @return string
  */
 public function getText()
 {
     return $this->message->getText();
 }