CakeFest 2024: The Official CakePHP Conference

Yaf_View_Simple::render

(Yaf >=1.0.0)

Yaf_View_Simple::renderОтрисовывает шаблон

Описание

public Yaf_View_Simple::render(string $tpl, array $tpl_vars = ?): string

Отрисовывает шаблон и возвращает результат.

Список параметров

tpl

tpl_vars

Возвращаемые значения

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top