Interfaces, Classes, Traits and Enums
- MessageInterface
Table of Contents
-
$file
: array<string|int, mixed>|null
-
$params
: array<string|int, mixed>
-
$templateEntity
: TemplateEntity
-
__construct()
: mixed
-
attachFile()
: void
-
attachmentExists()
: bool
-
getFile()
: array<string|int, mixed>|null
-
getParams()
: array<string|int, mixed>
-
getTemplate()
: TemplateEntity
$file
private
array<string|int, mixed>|null
$file
$params
private
array<string|int, mixed>
$params
$templateEntity
private
TemplateEntity
$templateEntity
__construct()
public
__construct(array<string|int, mixed> $params, TemplateEntity $templateEntity) : mixed
Parameters
-
$params
: array<string|int, mixed>
-
-
$templateEntity
: TemplateEntity
-
Return values
mixed
—
attachFile()
public
attachFile(string $filePath, string $fileName) : void
Parameters
-
$filePath
: string
-
-
$fileName
: string
-
Return values
void
—
attachmentExists()
public
attachmentExists() : bool
Return values
bool
—
getFile()
public
getFile() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
—
getParams()
public
getParams() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getTemplate()
public
getTemplate() : TemplateEntity
Return values
TemplateEntity
—