AMQPBasicProperties::getContentType PHP Method

getContentType() public method

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

Usage Example

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