\Smarty_Internal_Filter_Handler

Class for filter processing

Summary

Methods
Properties
Constants
runFilter()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

runFilter()

runFilter(string  $type, string  $content, \Smarty_Internal_Template  $template) : string

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

string $type

the type of filter ('pre','post','output') which shall run

string $content

the content which shall be processed by the filters

\Smarty_Internal_Template $template

template object

Returns

string —

the filtered content