AMQPBasicProperties::getUserId PHP Method

getUserId() public method

Get the message user id.
public getUserId ( ) : string
return string The message user id.
    public function getUserId()
    {
    }

Usage Example

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