Renders PHP templates.
public render( string $template_pathname, mixed $thisArg, array $variables, array $options = [] ) : mixed
$template_pathname
$thisArg
$variables
$options
ICanBoogie\Render\Engine::render()
protected ensure_is_object( $value ) : ArrayObject|ICanBoogie\Render\StringObject
$value
ICanBoogie\Render\StringObject
Ensures that a value is an object.
value
ArrayObject
VAR_TEMPLATE_PATHNAME