Skip to content

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

Methods

load

Loads a license template file by its filename.

public load(string $templateFilename): string

Parameters:

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


Clone this wiki locally