The StompFrame classIntroductionRepresents a message which was sent or received from a Stomp compliant Message Broker. Class synopsisStompFrame
class StompFrame
{
/* Properties */
public
$command;
public
$headers;
public
$body;
/* Methods */
__construct(string
}$command = ?, array $headers = ?, string $body = ?)Properties
|