$objMap
$objMap : integer
Valid for all objects
Smarty Method Append
Smarty::append() method
append(\Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data, array|string $tpl_var, mixed $value = null, boolean $merge = false, boolean $nocache = false) : \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
appends values to template variables
\Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty | $data | |
array|string | $tpl_var | the template variable name(s) |
mixed | $value | the value to append |
boolean | $merge | flag if array elements shall be merged |
boolean | $nocache | if true any output of this variable will be not cached |