La classe Yaf_View_Simple

(Yaf >=1.0.0)

Introduction

La classe Yaf_View_Simple est un moteur de template interne pour Yaf ; il est simple mais très rapide, et ne supporte que les templates de scripts PHP.

Synopsis de la classe

Yaf_View_Simple implements Yaf_View_Interface {
/* Propriétés */
protected $_tpl_vars ;
protected $_tpl_dir ;
/* Méthodes */
public bool assign ( string $name [, mixed $value ] )
public bool assignRef ( string $name , mixed &$value )
public bool clear ([ string $name ] )
final public __construct ( string $tempalte_dir [, array $options ] )
public bool display ( string $tpl [, array $tpl_vars ] )
public string eval ( string $tpl_content [, 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 )
}

Propriétés

_tpl_vars

_tpl_dir

Sommaire

LoadingChargement en cours