Smarty_Internal_Runtime_FilterHandler
Class for filter processing
- Full name:
\Smarty_Internal_Runtime_FilterHandler
Methods
runFilter
Run filters over content The filters will be lazy loaded if required class name format: Smarty_FilterType_FilterName plugin filename format: filtertype.filtername.php Smarty2 filter plugins could be used
Parameters:
Parameter | Type | Description |
---|---|---|
$type |
string | the type of filter ('pre','post','output') which shall run |
$content |
string | the content which shall be processed by the filters |
$template |
\Smarty_Internal_Template | template object |
Return Value:
the filtered content
Throws:
Automatically generated on 2025-03-18