Class Dwoo_Plugin

Description

base plugin class

you have to implement the <em>process()</em> method, it will receive the parameters that are in the template code

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/Plugin.php (line 25)


	
			
Direct descendents
Class Description
Dwoo_Block_Plugin base class for block plugins
Dwoo_Plugin_counter Initiates a counter that is incremented every time you call it
Dwoo_Plugin_cycle Cycles between several values and returns one of them on each call
Dwoo_Plugin_dump Dumps values of the given variable, or the entire data if nothing provided
Dwoo_Plugin_extends Extends another template, read more about template inheritance at http://wiki.dwoo.org/index.php/TemplateInheritance
Variable Summary
Method Summary
Dwoo_Plugin __construct (Dwoo $dwoo)
Variables
Dwoo $dwoo (line 32)

the dwoo instance that runs this plugin

  • access: protected
Methods
Constructor __construct (line 40)

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

  • access: public
Dwoo_Plugin __construct (Dwoo $dwoo)
  • Dwoo $dwoo: the dwoo instance that runs this plugin

Documentation generated on Sat, 28 Jun 2008 01:38:31 +0200 by phpDocumentor 1.4.0