getReplyTo() публичный Метод

Get the reply-to address of the message.
public getReplyTo ( ) : string
Результат string The contents of the reply to field.
Пример #1
0
 /**
  * @inheritdoc
  */
 public function getReplyTo() : string
 {
     return $this->envelope->getReplyTo();
 }