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