string renderHelper(
string
$identifier, [mixed
$params = array()])
|
|
Load a template helper
This function merges the elements of the attached view model state with the parameters passed to the helper so that the values of one are appended to the end of the previous one.
If the view state have the same string keys, then the parameter value for that key will overwrite the state.
Tags:
Overrides
KTemplateAbstract::renderHelper() (Load a template helper)
Parameters: