Contentserv PHP API

CSProcessedMessage
in package

Tags

Table of Contents

acknowledge()  : void
Acknowledges the message and forwards this information to the current message proxy.
create()  : CSProcessedMessage
Creates a processed message based on the provided message object and message proxy.
decline()  : void
Declines the message and forwards this information to the current message proxy.
fail()  : void
Fails the message and forwards this information to the current message proxy.
getArguments()  : array<string|int, mixed>
Returns the message arguments.
getName()  : string
Returns the name of the message.
logMessage()  : void
Logs a message and forwards it to the current message proxy.

Methods

acknowledge()

Acknowledges the message and forwards this information to the current message proxy.

public acknowledge() : void
Tags
access

public

Return values
void

decline()

Declines the message and forwards this information to the current message proxy.

public decline() : void
Tags
access

public

Return values
void

fail()

Fails the message and forwards this information to the current message proxy.

public fail() : void
Tags
access

public

Return values
void

getArguments()

Returns the message arguments.

public getArguments() : array<string|int, mixed>
Tags
access

public

Return values
array<string|int, mixed>

The arguments of the message.

getName()

Returns the name of the message.

public getName() : string
Tags
access

public

Return values
string

The message name.

logMessage()

Logs a message and forwards it to the current message proxy.

public logMessage(mixed $sMessage[, mixed $iType = CSMessageConst::LOG_TYPE_INFO ]) : void
Parameters
$sMessage : mixed
$iType : mixed = CSMessageConst::LOG_TYPE_INFO
Tags
access

public

Return values
void

        

Search results