Old class name for downwards compatibility
| deprecated | [2012-07-12] Please use cGuiNavigation instead |
|---|
__construct()
cGuiNotification()
| inherited_from | \cGuiNotification::cGuiNotification() |
|---|
displayMessageBox(string $sLevel, string $sMessage, int $iStyle) : void
| inherited_from | \cGuiNotification::displayMessageBox() |
|---|
stringMessage level, one of cGuiNotification::LEVEL_* constants
stringThe message to display
intFlag tp use styles for display or not (feasible 1 or 0)
displayNotification(string $sLevel, string $sMessage) : void
| inherited_from | \cGuiNotification::displayNotification() |
|---|
stringMessage level, one of cGuiNotification::LEVEL_* constants
stringThe message to display
returnMessageBox(string $sLevel, string $sMessage, int $iStyle) : string
| inherited_from | \cGuiNotification::returnMessageBox() |
|---|
stringMessage level, one of cGuiNotification::LEVEL_* constants
stringThe message to display
intFlag tp use styles for display or not (feasible 1 or 0)
stringreturnNotification(string $sLevel, string $sMessage) : string
| inherited_from | \cGuiNotification::returnNotification() |
|---|
stringMessage level, one of cGuiNotification::LEVEL_* constants
stringThe message to display
string$_sPathImages : string
| inherited_from | \cGuiNotification::$$_sPathImages |
|---|
LEVEL_ERROR : string
| inherited_from | \cGuiNotification::LEVEL_ERROR |
|---|
LEVEL_INFO : string
| inherited_from | \cGuiNotification::LEVEL_INFO |
|---|
LEVEL_NOTIFICATION : string
| inherited_from | \cGuiNotification::LEVEL_NOTIFICATION |
|---|
LEVEL_WARNING : string
| inherited_from | \cGuiNotification::LEVEL_WARNING |
|---|