PHP Interface ManaPHP\Renderer\EngineInterface

Datei anzeigen Open project: manaphp/manaphp

Public Methods

Method Description
render ( string $file, array $vars = [] ) : void Renders a view using the template engine

Method Details

render() public method

Renders a view using the template engine
public render ( string $file, array $vars = [] ) : void
$file string
$vars array
return void