PHP Interface Phlyty\View\ViewInterface

Datei anzeigen Open project: phly/phlyty

Public Methods

Method Description
render ( string $template, mixed $viewModel = [] ) : string Render a template, optionally passing a view model/variables

Method Details

render() public method

Render a template, optionally passing a view model/variables
public render ( string $template, mixed $viewModel = [] ) : string
$template string
$viewModel mixed
return string