assignByRef()
assignByRef(\Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data, string $tpl_var, $value, boolean $nocache) : \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
assigns values to template variables by reference
Parameters
\Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty | $data | |
string | $tpl_var | the template variable name |
$value | ||
boolean | $nocache | if true any output of this variable will be not cached |