Table of Contents
-
attachFile()
: void
-
attachmentExists()
: bool
-
getFile()
: array<string|int, mixed>|null
-
getParams()
: array<string|int, mixed>
-
getTemplate()
: TemplateEntity
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
—