AMQPBasicProperties::getContentEncoding PHP Method

getContentEncoding() public method

Get the content encoding of the message.
public getContentEncoding ( ) : string
return string The content encoding of the message.
    public function getContentEncoding()
    {
    }

Usage Example

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