Skip to content

ResolverInterface

github-actions edited this page Apr 19, 2026 · 1 revision

Resolves license identifiers to their corresponding template filenames.

This interface checks whether a given license is supported and maps it to the appropriate license template file for content generation.


  • Full name: \FastForward\DevTools\License\ResolverInterface

Methods

resolve

Resolves a license identifier to its template filename.

public resolve(string $license): string|null

Parameters:

Parameter Type Description
$license string The license identifier to resolve

Return Value:

The template filename if supported, or null if not


Clone this wiki locally