\Smarty_Internal_Function_Call_Handler

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

Summary

Methods
Properties
Constants
call()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

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