Class Smarty_Internal_Function_Call_Handler

Description

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

Located in /libs/sysplugins/smarty_internal_function_call_handler.php (line 16)


	
			
Method Summary
static void call (string $_name, Smarty_Internal_Template $_template, array $_params, string $_hash, bool $_nocache)
Methods
static method call (line 28)

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

  • access: public
static void call (string $_name, Smarty_Internal_Template $_template, array $_params, string $_hash, bool $_nocache)
  • string $_name: template function name
  • Smarty_Internal_Template $_template: template object
  • array $_params: Smarty variables passed as call parameter
  • string $_hash: nocache hash value
  • bool $_nocache: nocache flag

Documentation generated on Sat, 24 Sep 2011 20:23:55 +0200 by phpDocumentor 1.4.1