PHP 인터페이스 ManaPHP\Renderer\EngineInterface

파일 보기 프로젝트 열기: manaphp/manaphp

공개 메소드들

메소드 설명
render ( string $file, array $vars = [] ) : void Renders a view using the template engine

메소드 상세

render() 공개 메소드

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