Documentation

IMessage extends IMessage

Tags
author

Ramone Burrell ramone@ramoneburrell.com

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|null

setBody()

Sets the body of the message.

public setBody(string $body) : mixed
Parameters
$body : string

        
On this page

Search results