TemplateLoaderInterface
Interface
Loads license template files from the filesystem.
Description
This interface defines the contract for reading license template content based on a template filename provided by the resolver.
Methods
load()
: string
Loads a license template file by its filename.
Methods
Loads a license template file by its filename.
public
load(
string
$templateFilename) : string
Parameters
$templateFilename
:
string
Description
The filename of the template to load
throws
RuntimeException
Description
if the template file is not found
Return values
string
Description
The template content