\FAASmartyTemplateEngine

Implement smarty handler

This class extends the Smarty object with some additional render and a configuration constructor It does also provide the internal rendering functions

Summary

Methods
Properties
Constants
__construct()
render()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct()

construct extended index use this constructor when interacting with smarty instances

render()

render(string  $path): string

Render template

Render a template part without direct display

Parameters

string $path

Relative path to template

Returns

string —

The parsed template rendering output