Yaf_View_Interface::assign

(PECL yaf >=1.0.0)

Yaf_View_Interface::assignAssign value to View engine

Beskrivelse

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.

Advarsel

This function is currently not documented; only its argument list is available.

Parametre

name

value

Returnerings Værdier

add a note add a note

User Contributed Notes

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