__construct()
cGuiNotification()
deprecated | [2011-05-19] Old constructor function for downwards compatibility |
---|
displayMessageBox(string $sLevel, string $sMessage, int $iStyle) : void
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
string
Message level, one of cGuiNotification::LEVEL_* constants
string
The message to display
returnMessageBox(string $sLevel, string $sMessage, int $iStyle) : string
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
string
Message level, one of cGuiNotification::LEVEL_* constants
string
The message to display
string
$_sPathImages : string
LEVEL_ERROR : string
LEVEL_INFO : string
LEVEL_NOTIFICATION : string
LEVEL_WARNING : string