This interface specifies the methods necessary to be compatible with the Owl library as a template rendering engine.
| package | Owl |
|---|---|
| author | Dave Widmer |
render(string $template, mixed $view, array $partials) : string
stringThe template to render
mixedThe view object (or array) to add
arrayAny partials
stringThe rendered template in html