IMessage
in
Tags
Table of Contents
Methods
- getBody() : string|null
- Gets the body of the message. String if it has been set / initialized, null otherwise.
- setBody() : mixed
- Sets the body of the message.
Methods
getBody()
Gets the body of the message. String if it has been set / initialized, null otherwise.
public
getBody() : string|null
Return values
string|nullsetBody()
Sets the body of the message.
public
setBody(string $body) : mixed
Parameters
- $body : string