getReplyTo() public method

Get the reply-to address of the message.
public getReplyTo ( ) : string
return string The contents of the reply to field.
Beispiel #1
0
 /**
  * @inheritdoc
  */
 public function getReplyTo() : string
 {
     return $this->envelope->getReplyTo();
 }