AMQPBasicProperties::getType PHP Метод

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

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

Usage Example

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