Interface Engine
An interface for template engines.
Methods summary
public
render( string $template_pathname
, mixed $thisArg
, array $variables
, array $options
= [] )
: mixed
Parameters
$template_pathname
- Pathname to the template to render.
$thisArg
- thisArg, if supported by the engine.
$variables
- Variable to render the template with.
$options
- Miscellaneous options.
Returns
mixed