MIOLO25
|
Membros públicos | |
__construct ($message, $display=true) | |
Membros públicos herdados de MMessage | |
__construct ($message, $type=self::TYPE_INFORMATION, $display=true, $msgContainer=self::MSG_CONTAINER_ID, $animate=true) | |
Outros membros herdados | |
Membros públicos estáticos herdados de MMessage | |
static | getMessageSession () |
static | clearLastMessage () |
static | getStaticMessage ($name, $message, $type=self::TYPE_SUCCESS) |
static | getMessageContainer () |
Campos de Dados herdados de MMessage | |
const | TYPE_SUCCESS = 'Success' |
const | TYPE_INFORMATION = 'Information' |
const | TYPE_WARNING = 'Warning' |
const | TYPE_ERROR = 'Error' |
const | CSS_CLASS = 'mMessage mMessage' |
const | MSG_CONTAINER_ID = 'messageDiv' |
const | MSG_DIV_ID = 'mainMessageDiv' |
Inserts a success message on form
__construct | ( | $message, | |
$display = true ) |
(string) | $mensagem Message to show |
(boolean) | $display Defines if the message will be displayed, otherwise, message is registered in session to be displayed on the next event |