Bitrix API

SendingEmailNotification implements Processor

Table of Contents

Interfaces

Processor

Methods

__construct()  : mixed
process()  : string|object
The method has to return either self::ACK, self::REJECT, self::REQUEUE string.
sendBatchOfMessagesToQueue()  : void
sendMessageToQueue()  : void

Methods

process()

The method has to return either self::ACK, self::REJECT, self::REQUEUE string.

public process(Message $message) : string|object
Parameters
$message : Message

// * @param Context $context // removed - It's not clear why it's here

Tags
throws
ObjectPropertyException
throws
NotImplementedException
throws
LoaderException
throws
ArgumentException
throws
SystemException
Return values
string|object

with __toString method implemented

sendMessageToQueue()

public static sendMessageToQueue(array<string|int, mixed> $invitation) : void
Parameters
$invitation : array<string|int, mixed>
Tags
throws
BaseException
throws
SystemException
throws
ArgumentException

        
On this page

Search results