Class EnvModule

Module
   |
   +----EnvModule

Located in File: Program_Root/env.mod.php


EnvModule
 This module makes it possible to view environment variables from the
 webserver in the mail that is send. This way it is possible to get extra
 information on the submitter.
 

Class Variable Summary
$name
Default Value: ->"EnvModule"<-
$id
Default Value: ->MOD_ENV<-
$execlevel
Default Value: ->16<-
$vars
Default Value: ->array()<-

Method Summary
EnvModule ( )
Constructor
before_action ( )
Before action
do_action ( )
Do action
after_action ( )
After action

Variable Detail

$name



$id



$execlevel



$vars




Function Detail

EnvModule

EnvModule ( )

Constructor
 Set options and call the superConstructor

Function Parameters:
Function Info:

before_action

before_action ( )

Before action
 Check options and set the vars array

Function Parameters:
Function Info:

do_action

do_action ( )

Do action
 Get the values and add them to the variables in formhandler

Function Parameters:
Function Info:

after_action

after_action ( )

After action
 Cleanup

Function Parameters:
Function Info: