MIOLO26
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe MMessageSuccess
Diagrama de heranças da classe MMessageSuccess
MMessage

Membros públicos

 __construct ($message, $display=true, $cssAttributes=array(), $hideTime=10000)
 
- Membros públicos herdados de MMessage
 __construct ($message, $type=self::TYPE_INFORMATION, $display=true, $msgContainer=self::MSG_CONTAINER_ID, $animate=true, $hideTime=10000, $cssAttributes=array())
 

Outros membros herdados

- Membros públicos estáticos herdados de MMessage
static getMessageSession ()
 
static clearLastMessage ()
 
static getStaticMessage ($name, $message, $type=self::TYPE_SUCCESS)
 
static getCssClass ($type=self::TYPE_INFORMATION)
 
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'
 

Descrição detalhada

Inserts a success message on form

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( $message,
$display = true,
$cssAttributes = array(),
$hideTime = 10000 )
Parâmetros
(string)$message 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
(array)$cssAttributes An array with css attributes to add on the MSG_DIV_ID E.g.: $cssAttributes = array('margin-top' => '80px');
(integer)$hideTime Time in milliseconds to disappear the message

A documentação para esta classe foi gerada a partir do seguinte ficheiro: