An interface for template engines.
ICanBoogie\Render\PHPEngine
public render( string $template_pathname, mixed $thisArg, array $variables, array $options = [] ) : mixed
$template_pathname
$thisArg
$variables
$options
Renders a template.
Note: Template engines implementing this interface are expected to add ICanBoogie\Render\Engine::VAR_TEMPLATE_PATHNAME to the variables, so that the template being rendered can be tracked easily.
ICanBoogie\Render\Engine::VAR_TEMPLATE_PATHNAME
VAR_TEMPLATE_PATHNAME : string
The pathname of the template being rendered.
'__TEMPLATE_PATHNAME__'