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