Mustache view -- proxies to phly_mustache

category Phlyty
package Phlyty
subpackage View

 Methods

Render a template

render(string $template, mixed $viewModel = array(), mixed $partials = null) : string
Proxies to parent object, but provides defaults for $viewModel and $partials.

Parameters

$template

string

Either a template string or a template file in the template path

$viewModel

mixed

An array or object with items to inject in the template

$partials

mixed

A list of partial names/template pairs for rendering as partials

Returns

string