Module | +----DisplayModule
Located in File: Program_Root/display.mod.php
This is the defaultmodule for buffering all output and displaying it at one of the highest runlevels.
ModulesHerman Suijs| Class Variable Summary |
$name
Default Value:
|
$id
Default Value:
|
$dont_show
Default Value:
|
$execlevel
Default Value:
|
| Variable Detail |
| Function Detail |
DisplayModule ( )
ConstructorSet 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
integrate ( $m, $vars, [$color = VARIABLE_COLOR] )
enable ( $bool )
En-/disableThis module is not to be disabled
disable ( )
DisableThis module is not to be disabled
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 actionCheck the options
do_action ( )
Do actionPut Error or Succes output on the screen and call the DebugMessage to display Debug-messages if necessary. Eventually stop buffering output.
after_action ( )
After actionCleanup