The Yaf_View_Simple class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

Yaf_View_Simple is the built-in template engine in Yaf, it is a simple but fast template engine, and only support PHP script template.

Klasse synopsis

Yaf_View_Simple implements Yaf_View_Interface {
/* Egenskaber */
protected $_tpl_vars ;
protected $_tpl_dir ;
/* Metoder */
public bool assign ( string $name [, mixed $value ] )
public bool assignRef ( string $name , mixed &$value )
public bool clear ([ string $name ] )
public __construct ( string $tempalte_dir [, array $options ] )
public bool display ( string $tpl [, array $tpl_vars ] )
public void __get ([ string $name ] )
public string getScriptPath ( void )
public void __isset ( string $name )
public string render ( string $tpl [, array $tpl_vars ] )
public void __set ( string $name , mixed $value )
public bool setScriptPath ( string $template_dir )
}

Egenskaber

_tpl_vars

_tpl_dir

Indholdsfortegnelse

add a note add a note

User Contributed Notes

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