AMQPBasicProperties::getContentType PHP Метод

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

Get the message content type.
public getContentType ( ) : string
Результат string The content type of the message.
    public function getContentType()
    {
    }

Usage Example

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