2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 08:46:15 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<refentry xml:id='function.sammessage-body' xmlns="http://docbook.org/ns/docbook">
|
2006-11-13 16:57:51 +00:00
|
|
|
<refnamediv>
|
2007-02-04 04:45:43 +00:00
|
|
|
<refname>SAMMessage->body</refname>
|
2006-11-13 16:57:51 +00:00
|
|
|
<refpurpose>
|
|
|
|
The body of the message.
|
|
|
|
</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
2007-02-04 04:45:43 +00:00
|
|
|
<classsynopsis>
|
|
|
|
<ooclass><classname>SAMMessage</classname></ooclass>
|
2009-09-20 18:25:03 +00:00
|
|
|
<fieldsynopsis><type>string</type><varname>body</varname></fieldsynopsis>
|
2007-02-04 04:45:43 +00:00
|
|
|
</classsynopsis>
|
2006-11-13 16:57:51 +00:00
|
|
|
<para>
|
2007-02-04 04:45:43 +00:00
|
|
|
The "body" property contains the actual body of the message.
|
|
|
|
It may not always be set.
|
2006-11-13 16:57:51 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="examples">
|
|
|
|
&reftitle.examples;
|
|
|
|
<para>
|
|
|
|
<example>
|
|
|
|
<title>Setting a text string into the body of a message</title>
|
|
|
|
<programlisting role="php">
|
|
|
|
<![CDATA[
|
|
|
|
<?php
|
|
|
|
$msg = new SAMMessage();
|
|
|
|
$msg->body = 'This is a simple message';
|
|
|
|
|
|
|
|
?>
|
|
|
|
]]>
|
|
|
|
</programlisting>
|
|
|
|
</example>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-02-04 04:45:43 +00:00
|
|
|
|
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
<simplelist>
|
|
|
|
<member><xref linkend="function.sammessage-header" /></member>
|
|
|
|
</simplelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
2006-11-13 16:57:51 +00:00
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2006-11-13 16:57:51 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|