AMQPBasicProperties::getReplyTo PHP Method

getReplyTo() public method

Get the reply-to address of the message.
public getReplyTo ( ) : string
return string The contents of the reply to field.
    public function getReplyTo()
    {
    }

Usage Example

Example #1
0
 /**
  * @inheritdoc
  */
 public function getReplyTo() : string
 {
     return $this->envelope->getReplyTo();
 }