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() |
---|
string
Message level, one of cGuiNotification::LEVEL_* constants
string
The message to display
int
Flag tp use styles for display or not (feasible 1 or 0)
displayNotification(string $sLevel, string $sMessage) : void
inherited_from | \cGuiNotification::displayNotification() |
---|
string
Message level, one of cGuiNotification::LEVEL_* constants
string
The message to display
returnMessageBox(string $sLevel, string $sMessage, int $iStyle) : string
inherited_from | \cGuiNotification::returnMessageBox() |
---|
string
Message level, one of cGuiNotification::LEVEL_* constants
string
The message to display
int
Flag tp use styles for display or not (feasible 1 or 0)
string
returnNotification(string $sLevel, string $sMessage) : string
inherited_from | \cGuiNotification::returnNotification() |
---|
string
Message level, one of cGuiNotification::LEVEL_* constants
string
The 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 |
---|