Yaf
PHP Manual

The Yaf_View_Interface class

(No version information available, might only be in SVN)

Wstęp

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().

Krótki opis klasy

Yaf_View_Interface {
/* Metody */
abstract public bool assign ( string $name [, string $value ] )
abstract public bool display ( string $tpl [, array $tpl_vars ] )
abstract public void getScriptPath ( void )
abstract public string render ( string $tpl [, array $tpl_vars ] )
abstract public void setScriptPath ( string $template_dir )
}

Spis treści


Yaf
PHP Manual