Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: patTemplate

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

Abstract Class patTemplate_Dump

Description

Base class for patTemplate dumpers

The dump functionality is separated from the main class for performance reasons.

Located in /pattemplate/patTemplate/Dump.php (line 29)

Abstract class patTemplate_Module

Abstract class patTemplate_Dump   (Subpackage Dump)
Direct descendents
Class Description
ClasspatTemplate_Dump_XUL Dumps templates as XUL, using PEAR::XML_XUL
ClasspatTemplate_Dump_Html Dumps templates as HTML
Variable Summary
Variable object $_tmpl
Method Summary
Method void displayFooter ()
Method void displayHeader ()
Abstract method void dumpGlobals (array $globals)
Abstract method void dumpTemplates (array $templates, array $vars)
Variables
object $_tmpl (line 37)

reference to the patTemplate object that instantiated the module

  • access: protected

Inherited Variables

Inherited from patTemplate_Module

Variable patTemplate_Module::$_name
Variable patTemplate_Module::$_params
Methods
displayFooter (line 89)

display the footer

  • access: public
void displayFooter ()

Redefined in descendants as:
displayHeader (line 55)

display the header

  • access: public
void displayHeader ()

Redefined in descendants as:
dumpGlobals (line 66)

dump the global variables

  • abstract:
  • access: public
void dumpGlobals (array $globals)
  • array $globals: array containing all global variables

Redefined in descendants as:
dumpTemplates (line 80)

dump the templates

This method has to be implemented in the dumpers.

  • abstract:
  • access: public
void dumpTemplates (array $templates, array $vars)
  • array $templates: templates
  • array $vars: variables

Redefined in descendants as:
setTemplateReference (line 45)

set a reference to the patTemplate object that instantiated the reader

  • access: public
void setTemplateReference (object patTemplate &$tmpl)

Inherited Methods

Inherited From patTemplate_Module

 patTemplate_Module::getName()
 patTemplate_Module::getParam()
 patTemplate_Module::setParams()

Documentation generated on Mon, 05 Mar 2007 20:56:55 +0000 by phpDocumentor 1.3.1