PHP Interface ManaPHP\Renderer\EngineInterface

Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

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

Method Details

render() public méthode

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