$objMap
$objMap : integer
Valid for Smarty and template object
Smarty Method UnregisterFilter
Smarty::unregisterFilter() method
registerFilter(\Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj, string $type, callback $callback, string|null $name = null) : \Smarty|\Smarty_Internal_Template
Registers a filter function
| \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty | $obj | |
| string | $type | filter type |
| callback | $callback | |
| string|null | $name | optional filter name |
unregisterFilter(\Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj, string $type, callback|string $callback) : \Smarty|\Smarty_Internal_Template
Unregisters a filter function
| \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty | $obj | |
| string | $type | filter type |
| callback|string | $callback |