Class for filter methods
__construct($smarty)
_get_filter_name(callback $function_name)
callback
loadFilter(string $type, string $name) : bool
string
filter type
string
filter name
bool
registerFilter(string $type, callback $callback)
string
filter type
callback
unregisterFilter(string $type, callback $callback)
string
filter type
callback