CakeFest 2024: The Official CakePHP Conference

Yaf_View_Interface::render

(Yaf >=1.0.0)

Yaf_View_Interface::renderRender a template

Açıklama

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

Render a template and return the result.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

tpl

tpl_vars

Dönen Değerler

add a note

User Contributed Notes

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