Beispiel #1
0
 /**
  * Set Packet Identifier
  *
  * @param int $msgid
  * @throws Exception
  */
 public function setMsgID($msgid)
 {
     Utility::CheckPacketIdentifier($msgid);
     $this->msgid = $msgid;
 }