Yaf_View_Interface
PHP Manual

Yaf_View_Interface::assign

(PECL yaf >=1.0.0)

Yaf_View_Interface::assignAssign value to View engine

说明

abstract public bool Yaf_View_Interface::assign ( string $name [, string $value ] )

Assigan values to View engine, then the value can access directly by name in template.

Warning

本函数还未编写文档,仅有参数列表。

参数

name

value

返回值


Yaf_View_Interface
PHP Manual