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.

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


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

the compiler instance that runs this processor

  • 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_Processor __construct (Dwoo_Compiler $compiler, Dwoo $dwoo)
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 Sun, 07 Feb 2010 17:53:54 +0000 by phpDocumentor 1.4.0