AMQPBasicProperties::getHeaders PHP Method

getHeaders() public method

Get the headers of the message.
public getHeaders ( ) : array
return array An array of key value pairs associated with the message.
    public function getHeaders()
    {
    }

Usage Example

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