-
Notifications
You must be signed in to change notification settings - Fork 5
Class ZugferdVisualizerMarkupRendererContract
HorstOeko edited this page Dec 28, 2024
·
1 revision
Interface representing the markup renderer contract
Returns true if the given template exists, otherwise false
abstract public function templateExists(string $template): bool;| Name | Type | Allows Null | Description |
|---|---|---|---|
| template | string | ❌ |
Returns a value of type bool
Render the HTML markup for the Zugferd document
abstract public function render(horstoeko\zugferd\ZugferdDocumentReader $document, string $template): string;| Name | Type | Allows Null | Description |
|---|---|---|---|
| document | horstoeko\zugferd\ZugferdDocumentReader | ❌ | |
| template | string | ❌ |
Returns a value of type string
(c) HorstOeko 2024..