Documentation

ApiMailerComponent extends Injectable
in package

Table of Contents

Properties

$eventManager  : ManagerInterface

Methods

__construct()  : mixed
ApiMailerComponent constructor.
sendByClientTextIdAndTemplateIdWithTitleAndContent()  : void
sendByUserIdAndTemplateIdWithTitleAndContent()  : void

Properties

Methods

__construct()

ApiMailerComponent constructor.

public __construct(ManagerInterface $eventManager) : mixed
Parameters
$eventManager : ManagerInterface

sendByClientTextIdAndTemplateIdWithTitleAndContent()

public sendByClientTextIdAndTemplateIdWithTitleAndContent(string $textId, string $templateId, array<string|int, mixed> $posts) : void
Parameters
$textId : string
$templateId : string
$posts : array<string|int, mixed>
Tags
throws
Exception

sendByUserIdAndTemplateIdWithTitleAndContent()

public sendByUserIdAndTemplateIdWithTitleAndContent(int $userId, string $templateId, array<string|int, mixed> $posts) : void
Parameters
$userId : int
$templateId : string
$posts : array<string|int, mixed>
Tags
throws
Exception

        
On this page

Search results