PHP 8.5.0 Released!

The Yaf_View_Interface class

(Yaf >=1.0.0)

Introduction

Yaf provides a ability for developers to use custom view engine instead of built-in engine which is Yaf_View_Simple . There is a example to explain how to do this, please see Yaf_Dispatcher::setView() .

Class synopsis

class Yaf_View_Interface {
/* Methods */
abstract public assign (string $name, string $value = ?): bool
abstract public display (string $tpl, array $tpl_vars = ?): bool
abstract public getScriptPath (): void
abstract public render (string $tpl, array $tpl_vars = ?): string
abstract public setScriptPath (string $template_dir): void
}

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /