PHP Class Formal\Core\Message

Datei anzeigen Open project: jeromeschneider/baikal Class Usage Examples

Public Methods

Method Description
error ( $sMessage, $sTitle = "" )
notice ( $sMessage, $sTitle = "", $bClose = true )
warningConfirmMessage ( $sHeader, $sDescription, $sActionUrl, $sActionLabel, $sCancelUrl, $sCancelLabel = "Cancel" )

Private Methods

Method Description
__construct ( )

Method Details

error() static public method

static public error ( $sMessage, $sTitle = "" )

notice() static public method

static public notice ( $sMessage, $sTitle = "", $bClose = true )

warningConfirmMessage() static public method

static public warningConfirmMessage ( $sHeader, $sDescription, $sActionUrl, $sActionLabel, $sCancelUrl, $sCancelLabel = "Cancel" )