Class TemplateModule

Module
   |
   +----TemplateModule

Located in File: Program_Root/template.mod.php


TemplateModule
 This module is a dummy module that is used for creating different pieces
 of content from templates.
 

Class Variable Summary
$templateID
Default Value: ->"template"<-
$templatefile
Default Value: ->""<-
$start
Default Value: ->""<-
$stop
Default Value: ->""<-
$tpl
Default Value: -><-
$content
Default Value: ->""<-
$html
Default Value: ->false<-

Method Summary
TemplateModule ( )
Constructor
before_action ( )
Before action
template_action ( )
Template action
set_content ( )
Set content
after_action ( )
After action

Variable Detail

$templateID



$templatefile



$start



$stop



$tpl



$content



$html




Function Detail

TemplateModule

TemplateModule ( )

Constructor
 Set options and call the superConstructor

Function Parameters:
Function Info:

before_action

before_action ( )

Before action
 Set values on template

Function Parameters:
Function Info:

template_action

template_action ( )

Template action
 Parse the template with the variables

Function Parameters:
Function Info:

set_content

set_content ( )

Set content
 Store the parsed template in a content object in the
 formhandler-module

Function Parameters:
Function Info:

after_action

after_action ( )

After action
 Cleanup

Function Parameters:
Function Info: