-
Notifications
You must be signed in to change notification settings - Fork 0
SmartyOutputFilterInterface
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\Filter\SmartyOutputFilterInterface
Defines filter that is executed before template is loaded and executed but before displayed
Imponeer\Contracts\Smarty\Filter\SmartyFilterInterface
| Name | Description |
|---|---|
| execute | Executes filter |
Description
public execute (string $output, \Smarty_Internal_Template $template)Executes filter
Parameters
-
(string) $output: Current processed template source -
(\Smarty_Internal_Template) $template: Current smarty instance
Return Values
string