getText() public method

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