Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: patTemplate

License

Content on this site is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5. Some parts of this website may be subject to other licenses.

 Class patTemplate_Dump_XUL

Description

Dumps templates as XUL, using PEAR::XML_XUL

  • todo: move this into patTemplate_Dump_Dhtml and keep it free from javascript
  • author: Stephan Schmidt <schst@php.net>

Located in /pattemplate/patTemplate/Dump/XUL.php (line 26)

Abstract class patTemplate_Module

Abstract class patTemplate_Dump
   
   Class patTemplate_Dump_XUL   (Subpackage Dump)
Variable Summary
Variable mixed $_doc
Variable mixed $_root
Variable mixed $_templates
Variable mixed $_vars
Method Summary
Method void displayFooter ()
Method void displayHeader ()
Method void dumpGlobals (array $globals)
Method void dumpTemplates (array $templates,  $vars)
Method void _addToTree ( $name,  &$tree)
Method void _getTemplate ( $name)
Variables
mixed $_addedTemplates = array() (line 34)
mixed $_doc = null (line 28)
mixed $_root = null (line 30)
mixed $_templates = null (line 32)
mixed $_vars = array() (line 35)

Inherited Variables

Inherited from patTemplate_Dump

Variable patTemplate_Dump::$_tmpl

Inherited from patTemplate_Module

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

display the footer

  • access: public
void displayFooter ()

Redefinition of:
patTemplate_Dump::displayFooter()
display the footer
displayHeader (line 42)

display the header

  • access: public
void displayHeader ()

Redefinition of:
patTemplate_Dump::displayHeader()
display the header
dumpGlobals (line 64)

dump the global variables

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

Redefinition of:
patTemplate_Dump::dumpGlobals()
dump the global variables
dumpTemplates (line 93)

dump the templates

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

Redefinition of:
patTemplate_Dump::dumpTemplates()
dump the templates
_addToTree (line 165)
void _addToTree ( $name,  &$tree)
  • $name
  • &$tree
_getTemplate (line 198)
void _getTemplate ( $name)
  • $name

Inherited Methods

Inherited From patTemplate_Dump

 patTemplate_Dump::displayFooter()
 patTemplate_Dump::displayHeader()
 patTemplate_Dump::dumpGlobals()
 patTemplate_Dump::dumpTemplates()
 patTemplate_Dump::setTemplateReference()

Inherited From patTemplate_Module

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

Documentation generated on Tue, 29 Jan 2008 18:53:03 +0000 by phpDocumentor 1.3.1