call()
call(string $_name, \Smarty_Internal_Template $_template, array $_params)
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 |