Class DisplayTemplateModule

TemplateModule
   |
   +----DisplayTemplateModule

Located in File: Program_Root/displaytemplate.mod.php


DisplayTemplateModule
 This is a module to create the content to display after succesfully
 running the script by loading in a template. Most of the functionality
 is in the Dummy TemplateModule
 

Class Variable Summary
$name
Default Value: ->"DisplayTemplateModule"<-
$id
Default Value: ->MOD_DISPLAYTEMPLATE<-
$execlevel
Default Value: ->19<-
$templateID
Default Value: ->"displaytemplate"<-

Method Summary
DisplayTemplateModule ( )
Constructor
do_action ( )
Do action

Variable Detail

$name



$id



$execlevel



$templateID




Function Detail

DisplayTemplateModule

DisplayTemplateModule ( )

Constructor
 Set options and call the superConstructor

Function Parameters:
Function Info:

do_action

do_action ( )

Do action
 Get the variables, parse the template and put the content back in the
 FormHandler
 
Function Parameters:
Function Info:
See - form-handler