Class miMessage

Description

Handles the displaying of error/warning/info messages

  • copyright: Copyright (c) 2006-2007 Mirchev Ideas Ltd. All rights reserved.

Located in /view/Message.php (line 15)


	
			
Class Constant Summary
Variable Summary
static mixed $_messageTypeStyles
Method Summary
Variables
static mixed $_messageTypeStyles = array(
self::MSG_TYPE_HIDDEN => 'hidden',
self::MSG_TYPE_ERROR => 'error',
self::MSG_TYPE_WARNING => 'warning',
self::MSG_TYPE_INFO => 'info',
)
(line 28)
  • access: protected
Methods
getMessageTemplateVars (line 40)

Get the template variable values

  • access: public
array getMessageTemplateVars ()
Class Constants
MSG_TYPE_ERROR = 1 (line 24)
MSG_TYPE_HIDDEN = 0 (line 23)
MSG_TYPE_INFO = 3 (line 26)
MSG_TYPE_WARNING = 2 (line 25)
PARAM_MESSAGE = 'msg' (line 20)
PARAM_MESSAGE_TYPE = 'msgType' (line 21)
TMPL_VAR_MSG = '%%MSG%%' (line 17)
TMPL_VAR_MSG_TYPE_STYLE = '%%MSG_TYPE_STYLE%%' (line 18)

Documentation generated on Thu, 08 May 2008 16:57:29 +0300 by phpDocumentor 1.4.1