PHP
Yaf

Yaf_View_Interface (class)

Yaf_View_Interface类

介绍

(Yaf >=1.0.0)

Yaf为开发人员提供了使用coustom视图引擎而不是Yaf_View_Simple的内置引擎的功能。有一个例子来解释如何做到这一点,请参阅Yaf_Dispatcher :: setView()。

类简介

Yaf_View_Interface {

/* 方法 */

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 )

}

目录

  • Yaf_View_Interface :: assign - 将值分配给View引擎

  • Yaf_View_Interface :: display - 渲染并输出模板

  • Yaf_View_Interface :: getScriptPath - getScriptPath的用途

  • Yaf_View_Interface :: render - 渲染模板

  • Yaf_View_Interface :: setScriptPath - setScriptPath的用途

← Yaf_Action_Abstract::getController

Yaf_View_Interface::assign →