HumHub Documentation (unofficial)

SentMessage
in package

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Properties

$debug  : mixed
$envelope  : mixed
$messageId  : mixed
$original  : mixed
$raw  : mixed

Methods

appendDebug()  : void
getDebug()  : string
getEnvelope()  : Envelope
getMessage()  : RawMessage
getMessageId()  : string
getOriginalMessage()  : RawMessage
setMessageId()  : void
toIterable()  : iterable<string|int, mixed>
toString()  : string

Properties

Methods

appendDebug()

public appendDebug(string $debug) : void
Parameters
$debug : string

getDebug()

public getDebug() : string
Return values
string

getMessageId()

public getMessageId() : string
Return values
string

setMessageId()

public setMessageId(string $id) : void
Parameters
$id : string

toIterable()

public toIterable() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>

toString()

public toString() : string
Return values
string
Loading…
On this page

Search results