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.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

name

value

返り値


Yaf_View_Interface
PHP Manual