Primary class for communicating with the FirePHP Firefox Extension.
category | Zend |
---|---|
package | Zend_Wildfire |
subpackage | Plugin |
copyright | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
license | New BSD License |
destroyInstance() : void
Primarily used for testing.
flushMessages(string $protocolUri) : void
inherited_from | \Zend_Wildfire_Plugin_Interface::flushMessages() |
---|
string
The URI of the protocol that should be flushed to
getEnabled() : boolean
boolean
Returns TRUE if logging is enabled.getInstance(boolean $skipCreate = false
) : \Zend_Wildfire_Plugin_FirePhp
boolean
True if an instance should not be created
\Zend_Wildfire_Plugin_FirePhp
getOption(string $key) : mixed
string
The name of the option
mixed
The value of the optiongetOptions() : array
array
All optionsgetUri() : string
inherited_from | \Zend_Wildfire_Plugin_Interface::getUri() |
---|
string
Returns the URI of the plugin.group(string $title, array $options = array()
) : TRUE
string
The title of the group
array
OPTIONAL Setting 'Collapsed' to true will initialize group collapsed instead of expanded
TRUE
if the group instruction was added to the response headers or buffered.groupEnd() : TRUE
TRUE
if the group instruction was added to the response headers or buffered.init(string $class = null
) : \Zend_Wildfire_Plugin_FirePhp
string
OPTIONAL Subclass of Zend_Wildfire_Plugin_FirePhp
\Zend_Wildfire_Exception |
---|
\Zend_Wildfire_Plugin_FirePhp
Returns the singleton Zend_Wildfire_Plugin_FirePhp instancesend(mixed $var, string $label= null
, string $style= null
, array $options= array()
) : boolean
mixed
The variable to log.
string
OPTIONAL Label to prepend to the log event.
string
OPTIONAL Style of the log event.
array
OPTIONAL Options to change how messages are processed and sent
\Zend_Wildfire_Exception |
---|
boolean
Returns TRUE if the variable was added to the response headers or buffered.setEnabled(boolean $enabled) : boolean
If disabled all headers to be sent will be removed.
boolean
Set to TRUE to enable sending of messages.
boolean
The previous value.setObjectFilter($class, $filter) : void
Filters are used to exclude object members.
setOption(string $key, mixed $value) : mixed
string
The name of the option
mixed
The value of the option
mixed
The previous value of the option__construct() : void
_encodeObject(mixed $object, $objectDepth= 1
, $arrayDepth= 1
) : array
All private and protected members are included. Some meta info about the object class is added.
mixed
The object/array/value to be encoded
array
The encoded object_encodeTable($table) : array
array
_encodeTrace($trace) : array
array
The encoded trace_getStackTrace(array $options) : array
array
Options to change how the stack trace is returned
array
The stack trace_recordMessage(string $structure, array $data, boolean $skipEncode = false
) : boolean
string
The structure to be used for the data
array
The data to be recorded
boolean
TRUE if variable encoding should be skipped
\Zend_Wildfire_Exception |
---|
boolean
Returns TRUE if message was recorded$_channel : \Zend_Wildfire_Channel_Interface
null
$_enabled : boolean
true
$_instance : \Zend_Wildfire_Plugin_FirePhp
null
$_objectFilters : array
array()
$_objectStack : array
array()
DUMP = 'DUMP'
ERROR = 'ERROR'
EXCEPTION = 'EXCEPTION'
Also increments Firebug's error counter.
GROUP_END = 'GROUP_END'
GROUP_START = 'GROUP_START'
INFO = 'INFO'
LOG = 'LOG'
PLUGIN_URI = 'http://meta.firephp.org/Wildfire/Plugin/ZendFramework/FirePHP/1.6.2'
PROTOCOL_URI = \Zend_Wildfire_Protocol_JsonStream::PROTOCOL_URI
STRUCTURE_URI_DUMP = 'http://meta.firephp.org/Wildfire/Structure/FirePHP/Dump/0.1'
STRUCTURE_URI_FIREBUGCONSOLE = 'http://meta.firephp.org/Wildfire/Structure/FirePHP/FirebugConsole/0.1'
TABLE = 'TABLE'
TRACE = 'TRACE'
WARN = 'WARN'