Yaf_View_Interface (class)

The Yaf_View_Interface class

Introduction

(Yaf >=1.0.0)

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

Class synopsis

Yaf_View_Interface {
/* Methods */
abstract public bool assign ( string $name [, string $value ] )
abs