getText() public méthode

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