Class Dwoo_Filter

Description

base class for filters

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Located in /Dwoo/Filter.php (line 17)


	
			
Direct descendents
Class Description
Dwoo_Smarty_Filter_Adapter base class for filters
Dwoo_Filter_html_format Formats any html output (must be valid xml where every tag opened is closed) using a single tab for indenting. 'pre' and other whitespace sensitive tags should not be affected.
Variable Summary
Method Summary
Dwoo_Filter __construct (Dwoo $dwoo)
string process (string $input)
Variables
Dwoo $dwoo (line 24)

the dwoo instance that runs this filter

  • access: protected
Methods
Constructor __construct (line 32)

constructor, if you override it, call parent::__construct($dwoo); or assign the dwoo instance yourself if you need it

  • access: public
Dwoo_Filter __construct (Dwoo $dwoo)
  • Dwoo $dwoo: the dwoo instance that runs this plugin
process (line 43)

processes the input and returns it filtered

  • abstract:
  • access: public
string process (string $input)
  • string $input: the template to process

Redefined in descendants as:

Documentation generated on Sat, 18 Jul 2009 21:05:02 +0200 by phpDocumentor 1.4.0