AMQPBasicProperties::getHeaders PHP Метод

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

Get the headers of the message.
public getHeaders ( ) : array
Результат array An array of key value pairs associated with the message.
    public function getHeaders()
    {
    }

Usage Example

Пример #1
0
 /**
  * @inheritdoc
  */
 public function getHeaders() : array
 {
     return $this->envelope->getHeaders();
 }