$objMap
$objMap : integer
Valid for Smarty and template object
Smarty Method AddAutoloadFilters
Smarty::addAutoloadFilters() method
setAutoloadFilters(\Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj, array $filters, string $type = null) : \Smarty|\Smarty_Internal_Template
Set autoload filters
\Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty | $obj | |
array | $filters | filters to load automatically |
string | $type | "pre", "output", … specify the filter type to set. Defaults to none treating $filters' keys as the appropriate types |
addAutoloadFilters(\Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj, array $filters, string $type = null) : \Smarty|\Smarty_Internal_Template
Add autoload filters
\Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty | $obj | |
array | $filters | filters to load automatically |
string | $type | "pre", "output", … specify the filter type to set. Defaults to none treating $filters' keys as the appropriate types |