Zend_Wildfire_Plugin_FirePhp_MessageA message envelope that can be passed to Zend_Wildfire_Plugin_FirePhp to be logged to Firebug instead of a variable.
Located in /Wildfire/Plugin/FirePhp/Message.php (line 34)
| Class | Description |
|---|---|
Zend_Wildfire_Plugin_FirePhp_TableMessage
|
A message envelope that can be updated for the duration of the requet before it gets flushed at the end of the request. |
boolean
$_buffered
= false (line 58)
Flag indicating if message buffering is enabled
boolean
$_destroy
= false (line 64)
Flag indicating if message should be destroyed and not delivered
string
$_label
= null (line 46)
The label of the message
mixed
$_message
= null (line 52)
The message value
array
$_options
= array(Options for the object
string
$_ruid
= false (line 70)
Random unique ID used to identify message in comparison operations
string
$_style
= null (line 40)
The style of the message
Constructor __construct (line 88)
Creates a new message with the given style and message
getBuffered (line 137)
Determine if buffering is enabled or disabled
getDestroy (line 160)
Determine if message should be destroyed
getLabel (line 111)
Get the label of the message
getMessage (line 200)
Get the actual message to be sent in its final format.
getOption (line 228)
Retrieve a single option
getOptions (line 241)
Retrieve all options
getStyle (line 180)
Get the style of the message
setBuffered (line 125)
Enable or disable message buffering
If a message is buffered it can be updated for the duration of the request and is only flushed at the end of the request.
setDestroy (line 148)
Destroy the message to prevent delivery
setLabel (line 101)
Set the label of the message
setMessage (line 190)
Set the actual message to be sent in its final format.
setOption (line 212)
Set a single option
setStyle (line 170)
Set the style of the message
Documentation generated on Mon, 21 Jun 2010 15:33:52 -0400 by phpDocumentor 1.4.3