Class Smarty_Internal_Filter_Handler

Description

Class for filter processing

Located in /libs/sysplugins/smarty_internal_filter_handler.php (line 18)


	
			
Method Summary
static string runFilter (string $type, string $content, Smarty_Internal_Template $template)
Methods
static method runFilter (line 33)

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

  • return: the filtered content
  • access: public
static string runFilter (string $type, string $content, Smarty_Internal_Template $template)
  • 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

Documentation generated on Sat, 24 Sep 2011 20:23:54 +0200 by phpDocumentor 1.4.1