Old class name for downwards compatibility

deprecated [2012-07-12] Please use cGuiNavigation instead

 Methods

Constructor

__construct() 

cGuiNotification()

cGuiNotification() 
Inherited
inherited_from \cGuiNotification::cGuiNotification()

Displays large message box directly.

displayMessageBox(string $sLevel, string $sMessage, int $iStyle) : void
Inherited
inherited_from \cGuiNotification::displayMessageBox()

Parameters

$sLevel

string

Message level, one of cGuiNotification::LEVEL_* constants

$sMessage

string

The message to display

$iStyle

int

Flag tp use styles for display or not (feasible 1 or 0)

Displays small message box directly.

displayNotification(string $sLevel, string $sMessage) : void
Inherited
inherited_from \cGuiNotification::displayNotification()

Parameters

$sLevel

string

Message level, one of cGuiNotification::LEVEL_* constants

$sMessage

string

The message to display

messageBox()

messageBox($sLevel, $sMessage, $iStyle) 

Parameters

$sLevel

$sMessage

$iStyle

Generates message box and returns it back.

returnMessageBox(string $sLevel, string $sMessage, int $iStyle) : string
Inherited
inherited_from \cGuiNotification::returnMessageBox()

Parameters

$sLevel

string

Message level, one of cGuiNotification::LEVEL_* constants

$sMessage

string

The message to display

$iStyle

int

Flag tp use styles for display or not (feasible 1 or 0)

Returns

string

Generates message box and returns it back, uses markup with table.

returnNotification(string $sLevel, string $sMessage) : string
Inherited
inherited_from \cGuiNotification::returnNotification()

Parameters

$sLevel

string

Message level, one of cGuiNotification::LEVEL_* constants

$sMessage

string

The message to display

Returns

string

 Properties

 

$_sPathImages : string
Inherited
inherited_from \cGuiNotification::$$_sPathImages

 Constants

 

Error message level

LEVEL_ERROR : string
Inherited
inherited_from \cGuiNotification::LEVEL_ERROR
 

Info message level

LEVEL_INFO : string
Inherited
inherited_from \cGuiNotification::LEVEL_INFO
 

Notification message level

LEVEL_NOTIFICATION : string
Inherited
inherited_from \cGuiNotification::LEVEL_NOTIFICATION
 

Warning message level

LEVEL_WARNING : string
Inherited
inherited_from \cGuiNotification::LEVEL_WARNING