JHtml::call
Function caller method
Signature
protected function call(callable
$function,
array
$argsĀ )
Parameters
-
$function
- Function or method to call
-
$args
- Arguments to be passed to function
Returns
- mixed
- Function result or false on error.