-
Notifications
You must be signed in to change notification settings - Fork 0
SmartyFunctionInterface
MekDrop edited this page Jul 25, 2022
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!# Imponeer\Contracts\Smarty\Extension\SmartyFunctionInterface
Interface that lets to define smarty function extension
Imponeer\Contracts\Smarty\Extension\SmartyExtensionInterface
| Name | Description |
|---|---|
| execute | Execute function |
| getName | Gets name how to register this extension |
Description
public execute (array $params, \Smarty_Internal_Template $template)Execute function
Parameters
-
(array) $params: Parameters used to call function -
(\Smarty_Internal_Template) $template: Current smarty object instance
Return Values
string|void
Description
public getName (void)Gets name how to register this extension
Parameters
This function has no parameters.
Return Values
string