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.

Table of Contents

Methods

load()

Loads a license template file by its filename.

 : string
Methods

load()

Public

Loads a license template file by its filename.

public load( string  $templateFilename) : string
Parameters
$templateFilename : string

Description

The filename of the template to load

Tags
throws
RuntimeException

Description

if the template file is not found

Return values
string

Description

The template content