Class DisplayModule

Module
   |
   +----DisplayModule

Located in File: Program_Root/display.mod.php


DisplayModule
 This is the defaultmodule for buffering all output and displaying it at
 one of the highest runlevels.
 

Class Variable Summary
$name
Default Value: ->"DisplayModule"<-
$id
Default Value: ->MOD_DISPLAY<-
$dont_show
Default Value: ->array()<-
$execlevel
Default Value: ->25<-

Method Summary
DisplayModule ( )
Constructor
integrate ( $m, $vars, [$color = VARIABLE_COLOR] )
enable ( $bool )
En-/disable
disable ( )
Disable
message_action ( $message, [$header = ""] )
show ( $message, [$v1 = ""], [$v2 = ""], [$v3 = ""], [$v4 = ""], [$v5 = ""] )
show ( $message, [$v1 = ""], [$v2 = ""], [$v3 = ""], [$v4 = ""], [$v5 = ""], [$v6 = ""], [ $v7 = ""], [$v8 = ""], [$v9 = ""] )
before_action ( )
Before action
do_action ( )
Do action
after_action ( )
After action

Variable Detail

$name



$id



$dont_show



$execlevel




Function Detail

DisplayModule

DisplayModule ( )

Constructor
 Set options, start buffering output and call the superConstructor
Start buffering output. This makes it possible to use header() and cookie-headers even if output was already created. Output is buffered, while header actions are performed immediately
Function Parameters:
Function Info:

integrate

integrate ( $m, $vars, [$color = VARIABLE_COLOR] )


Function Parameters:
Function Info:

enable

enable ( $bool )

En-/disable
 This module is not to be disabled

Function Parameters:
Function Info:

disable

disable ( )

Disable
 This module is not to be disabled

Function Parameters:
Function Info:

message_action

message_action ( $message, [$header = ""] )


Function Parameters:
Function Info:

show

show ( $message, [$v1 = ""], [$v2 = ""], [$v3 = ""], [$v4 = ""], [$v5 = ""] )


Function Parameters:
Function Info:

show

show ( $message, [$v1 = ""], [$v2 = ""], [$v3 = ""], [$v4 = ""], [$v5 = ""], [$v6 = ""], [ $v7 = ""], [$v8 = ""], [$v9 = ""] )


Function Parameters:
Function Info:

before_action

before_action ( )

Before action
 Check the options

Function Parameters:
Function Info:

do_action

do_action ( )

Do action
 Put Error or Succes output on the screen and call the DebugMessage to
 display Debug-messages if necessary. Eventually stop buffering output.

Function Parameters:
Function Info:

after_action

after_action ( )

After action
 Cleanup

Function Parameters:
Function Info: