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.

This file is released under the LGPL "GNU Lesser General Public License" More information can be found here: http://www.gnu.org/copyleft/lesser.html

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


	
			
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 29)

the dwoo instance that runs this filter

  • access: protected
Methods
Constructor __construct (line 37)

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 48)

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 Sun, 03 Aug 2008 15:12:35 +0200 by phpDocumentor 1.4.0