call()
call(string $_name, \Smarty_Internal_Template $_template, array $_params, string $_hash, boolean $_nocache)
This function handles calls to template functions defined by {function} It does create a PHP function at the first call
Parameters
| string | $_name | template function name |
| \Smarty_Internal_Template | $_template | template object |
| array | $_params | Smarty variables passed as call parameter |
| string | $_hash | nocache hash value |
| boolean | $_nocache | nocache flag |