-
-
Notifications
You must be signed in to change notification settings - Fork 0
TemplateLoaderInterface
github-actions edited this page Apr 10, 2026
·
2 revisions
Loads license template files from the filesystem.
This interface defines the contract for reading license template content based on a template filename provided by the resolver.
- Full name:
\FastForward\DevTools\License\TemplateLoaderInterface
Loads a license template file by its filename.
public load(string $templateFilename): stringParameters:
| Parameter | Type | Description |
|---|---|---|
$templateFilename |
string | The filename of the template to load |
Return Value:
The template content
Throws:
if the template file is not found