PHP Class Phlyty\View\MustacheView

Inheritance: extends Phly\Mustache\Mustache, implements Phlyty\View\ViewInterface
Datei anzeigen Open project: phly/phlyty

Public Methods

Method Description
render ( string $template, mixed $viewModel = [], mixed $partials = null ) : string Render a template

Method Details

render() public method

Proxies to parent object, but provides defaults for $viewModel and $partials.
public render ( string $template, mixed $viewModel = [], mixed $partials = null ) : string
$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
return string