AMQPBasicProperties::getAppId PHP Метод

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

Get the application id of the message.
public getAppId ( ) : string
Результат string The application id of the message.
    public function getAppId()
    {
    }

Usage Example

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