$objMap
$objMap : integer
Valid for all objects
Smarty Method AssignGlobal
Smarty::assignGlobal() method
assignGlobal(\Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data, string $varName, mixed $value = null, boolean $nocache = false) : \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
assigns a global Smarty variable
\Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty | $data | |
string | $varName | the global variable name |
mixed | $value | the value to assign |
boolean | $nocache | if true any output of this variable will be not cached |