extends |
Template |
|---|---|
implements |
AttachmentManagerInterface |
uses |
AttachmentManagerTrait |
An extension to the Fat-Free Framework Template class to
support attachments.
| Methods | ||
|---|---|---|
public
|
__construct()
|
# |
public
|
_capture(array<string, mixed> $node): string
|
# |
public
|
_return(array<string, mixed> $node): string
|
# |
public
|
_mail_callout(array<string, mixed> $node): string
|
# |
public
|
_mail_button(array<string, mixed> $node): string
|
# |
protected
|
setReturnValue(string $path, mixed $val): void
|
# |
public
|
getReturnValues(): array<string, mixed>
|
# |
public
|
getReturnValue(string $path): mixed
|
# |
public
|
attr(mixed $val = null, string $name = null): string
|
# |
public
|
js(mixed $data = null): string
|
# |
public
|
markdown(string $md): string
|
# |
public
|
html_to_text(string $html, int $wordwrap = 70): string
|
# |
| Methods used from SimpleID\Util\UI\AttachmentManagerTrait |
|---|
addAttachment(), getAttachments(), getAttachmentTypes(), getAttachmentsByType(), mergeAttachments(), resetAttachments() |
| Constants inherited from SimpleID\Util\UI\AttachmentManagerInterface |
|---|
|
| Properties | |||
|---|---|---|---|
protected
|
ArrayWrapper
|
$returnValues
|
# |
| Properties used from SimpleID\Util\UI\AttachmentManagerTrait |
|---|
$attachments |