|
SAMMessage::__constructCreates a new Message object Description
SAMMessage::__construct
([ mixed
$body
] )Creates a new SAMMessage object optionally specifying a message body. Parameters
Examples
Example #1 Creating a message
<?php
Example #2 Creating a message with a simple text payload
<?php |