A message envelope that can be passed to Zend_Wildfire_Plugin_FirePhp to be logged to Firebug instead of a variable.
category | Zend |
---|---|
package | Zend_Wildfire |
subpackage | Plugin |
copyright | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
license | New BSD License |
__construct(string $style, mixed $message) : void
string
Style of the message.
mixed
The message
getBuffered() : boolean
boolean
Returns TRUE if buffering is enabled, FALSE otherwise.getDestroy() : boolean
boolean
Returns TRUE if message should be destroyed, FALSE otherwise.getLabel() : string
string
The label of the messagegetMessage() : mixed
mixed
Returns the message to be sent.getOption(string $key) : mixed
string
The name of the option
mixed
The value of the optiongetOptions() : array
array
All optionsgetStyle() : string
string
The style of the messagesetBuffered(boolean $buffered) : boolean
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.
boolean
TRUE to enable buffering FALSE otherwise
boolean
Returns previous buffering valuesetDestroy(boolean $destroy) : boolean
boolean
TRUE to destroy FALSE otherwise
boolean
Returns previous destroy valuesetLabel(string $label) : void
string
The label to be set
setMessage($message) : void
setOption(string $key, mixed $value) : mixed
string
The name of the option
mixed
The value of the option
mixed
The previous value of the optionsetStyle($style) : void
$_buffered : boolean
false
$_destroy : boolean
false
$_label : string
null
$_ruid : string
false
$_style : string
null