This class does call function defined with the {function} tag

package Smarty
subpackage PluginsInternal

 Methods

This function handles calls to template functions defined by {function} It does create a PHP function at the first call

call(string $_name, \Smarty_Internal_Template $_template, array $_params, string $_hash, bool $_nocache) 
Static

Parameters

$_name

string

template function name

$_template

\Smarty_Internal_Template

template object

$_params

array

Smarty variables passed as call parameter

$_hash

string

nocache hash value

$_nocache

bool

nocache flag