Class Savant3_Plugin

Description

Abstract Savant3_Plugin class.

You have to extend this class for it to be useful; e.g., "class Savant3_Plugin_example extends Savant2_Plugin". Be sure to add a method named for the plugin itself; e.g., "function example()".

Located in /Savant3/Plugin.php (line 31)


	
			
Direct descendents
Class Description
Savant3_Plugin_ahref Generates an <a href="">...</a> tag.
Savant3_Plugin_date Plugin to generate a formatted date using strftime() conventions.
Savant3_Plugin_htmlAttribs Plugin to convert an associative array to a string of tag attributes.
Savant3_Plugin_image Plugin to generate an <img ... /> tag.
Variable Summary
object $Savant
Method Summary
void __construct ([array $conf = null])
Variables
object $Savant = null (line 43)

Reference to the calling Savant object.

  • access: protected
Methods
Constructor __construct (line 59)

Constructor.

  • access: public
void __construct ([array $conf = null])
  • array $conf: An array of configuration keys and values for this plugin.

Documentation generated on Tue, 31 Mar 2009 16:24:42 -0500 by phpDocumentor 1.4.2