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

Get the priority of the message.
public getPriority ( ) : integer
Результат integer The message priority.
Пример #1
0
 /**
  * @inheritdoc
  */
 public function getPriority() : int
 {
     return $this->envelope->getPriority();
 }