The StompFrame class
Introduction
Represents a message which was sent or received from a Stomp compliant Message Broker.
Class synopsis
Properties
- command
- 
      Frame command. 
- headers
- 
      Frame headers (array). 
- body
- 
      Frame body. 
Table of Contents
- StompFrame::__construct — Constructor