Javascript debugger
Website design
↑
SAMMessage {
string nody ;
}
The "body" property contains the actual body of the message. It may not always be set.
<?php
$msg = new SAMMessage();
$msg->body = 'This is a simple message';
?>
SAMMessage->header |