Class Dwoo_Processor

Description

base class for processors

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/Processor.php (line 22)


	
			
Direct descendents
Class Description
Dwoo_Smarty_Processor_Adapter base class for processors
Dwoo_Processor_smarty_compat Performs some template conversions to allow smarty templates to be used by the Dwoo compiler.
Variable Summary
Method Summary
Dwoo_Processor __construct (Dwoo_Compiler $compiler, Dwoo $dwoo)
string process (string $input)
Variables
Dwoo $compiler (line 29)

the compiler instance that runs this processor

  • 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_Processor __construct (Dwoo_Compiler $compiler, Dwoo $dwoo)
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:44 +0200 by phpDocumentor 1.4.0