| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
Dumps templates as HTML $Id: Html.php 10381 2008-06-01 03:35:53Z pasamio $
| Author: | Sebastian Mordziol <argh@php-tools.net> |
| Author: | Stephan Schmidt <schst@php.net> |
| File Size: | 658 lines (19 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
patTemplate_Dump_Html:: (13 methods):
displayHeader()
dumpGlobals()
dumpTemplates()
_displayVariables()
_displayConditions()
_displayAttributes()
_displayTemplateState()
_highlightVars()
_displayHead()
_getClassName()
_useBorders()
_displayLine()
displayFooter()
Class: patTemplate_Dump_Html - X-Ref
Dumps templates as HTML| displayHeader() X-Ref |
| display the header |
| dumpGlobals( $globals ) X-Ref |
| dump the global variables param: array array containing all global variables |
| dumpTemplates( $templates, $vars ) X-Ref |
| dump the templates param: array templates |
| _displayVariables( $tmpl, $tmplName, $setVars, $vars ) X-Ref |
| No description |
| _displayConditions( $tmpl, $tmplName, $vars ) X-Ref |
| No description |
| _displayAttributes( $tmpl, $tmplName = null ) X-Ref |
| display the attributes of a template param: array template data param: string name of the template |
| _displayTemplateState( $tmpl ) X-Ref |
| No description |
| _highlightVars( $template, $vars ) X-Ref |
| hilight variables in a template param: string template content return: string template content |
| _displayHead() X-Ref |
| display a table header param: string property param: mixed value, you may pass more than one value |
| _getClassName( $class ) X-Ref |
| No description |
| _useBorders( $state ) X-Ref |
| sets whether to draw borders in the tables generated via the {@link _displayHead()} and {@link _displayLine()} methods. param: bool $state Whether to draw the borders. true=draw, false=don't draw |
| _displayLine( $prop, $value ) X-Ref |
| display a line in a table param: string property param: mixed value, you may pass more than one value |
| displayFooter() X-Ref |
| display the footer |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |