CakeFest 2024: The Official CakePHP Conference

Yaf_View_Simple::display

(Yaf >=1.0.0)

Yaf_View_Simple::displayレンダリングして表示する

説明

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

テンプレートをレンダリングして、結果をすぐに返します。

パラメータ

tpl

tpl_vars

戻り値

add a note

User Contributed Notes

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