Message | +----ErrorMessage
Located in File: Program_Root/error.mes.php
This message-module creates an interface for adding error-messages and aborting the other modules when an error was reported. Most of the errors will be reported in one run at the end.
MessagesHerman SuijsMessage| Class Variable Summary |
$name
Default Value:
|
$id
Default Value:
|
| Method Summary |
ErrorMessage ( )
Constructor |
message_added ( $errlevel, [$module = ""], [$message = ""] )
Message added |
error ( )
Stop execution |
exit_execution ( )
Exit script with an error |
| Variable Detail |
| Function Detail |
ErrorMessage ( )
ConstructorSet options and call the superConstructor
message_added ( $errlevel, [$module = ""], [$message = ""] )
Message addedExecute some code after the error message is added to the array
error ( )
Stop executionMake sure execution is stopped after an error
exit_execution ( )
Exit script with an errorDirectly stop the working of the script