[FirePHPCore] element index
Package indexes
PHPDevShell
default
PHPMailer
PhpThumb
Smarty
All elements
a
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
_
_
top
_escapeTrace
FirePHP::_escapeTrace()
in FirePHP.class.php
Escape trace path for windows systems
_escapeTraceFile
FirePHP::_escapeTraceFile()
in FirePHP.class.php
Escape file information of trace for windows systems
_standardizePath
FirePHP::_standardizePath()
in FirePHP.class.php
Standardizes path for windows systems.
__sleep
FirePHP::__sleep()
in FirePHP.class.php
When the object gets serialized only include specific object members.
a
top
assertionHandler
FirePHP::assertionHandler()
in FirePHP.class.php
FirePHP's assertion handler
c
top
$convertAssertionErrorsToExceptions
FirePHP::$convertAssertionErrorsToExceptions
in FirePHP.class.php
Flag whether to convert PHP assertion errors to Exceptions
d
top
detectClientExtension
FirePHP::detectClientExtension()
in FirePHP.class.php
Check if FirePHP is installed on client
dump
FirePHP::dump()
in FirePHP.class.php
Dumps key and variable to firebug server panel
DUMP
FirePHP::DUMP
in FirePHP.class.php
Dumps a variable to firebug's server panel
e
top
$enabled
FirePHP::$enabled
in FirePHP.class.php
Flag to enable/disable logging
encodeObject
FirePHP::encodeObject()
in FirePHP.class.php
Encodes an object including members with protected and private visibility
encodeTable
FirePHP::encodeTable()
in FirePHP.class.php
Encodes a table by encoding each row and column with encodeObject()
error
FirePHP::error()
in FirePHP.class.php
Log object with label to firebug console
ERROR
FirePHP::ERROR
in FirePHP.class.php
Firebug ERROR level
errorHandler
FirePHP::errorHandler()
in FirePHP.class.php
FirePHP's error handler
EXCEPTION
FirePHP::EXCEPTION
in FirePHP.class.php
Displays an exception in firebug console
exceptionHandler
FirePHP::exceptionHandler()
in FirePHP.class.php
FirePHP's exception handler
E_DEPRECATED
E_DEPRECATED
in FirePHP.class.php
E_RECOVERABLE_ERROR
E_RECOVERABLE_ERROR
in FirePHP.class.php
E_STRICT
E_STRICT
in FirePHP.class.php
E_USER_DEPRECATED
E_USER_DEPRECATED
in FirePHP.class.php
f
top
FirePHP.class.php
FirePHP.class.php
in FirePHP.class.php
FirePHP.class.php4
FirePHP.class.php4
in FirePHP.class.php4
fb
FirePHP::fb()
in FirePHP.class.php
Log varible to Firebug
FirePHP
FirePHP
in FirePHP.class.php
Sends the given data to the FirePHP Firefox Extension.
FirePHP_DUMP
FirePHP_DUMP
in FirePHP.class.php4
Dumps a variable to firebug's server panel
FirePHP_ERROR
FirePHP_ERROR
in FirePHP.class.php4
Firebug ERROR level
FirePHP_GROUP_END
FirePHP_GROUP_END
in FirePHP.class.php4
Ends a group in firebug console
FirePHP_GROUP_START
FirePHP_GROUP_START
in FirePHP.class.php4
Starts a group in firebug console
FirePHP_INFO
FirePHP_INFO
in FirePHP.class.php4
Firebug INFO level
FirePHP_LOG
FirePHP_LOG
in FirePHP.class.php4
Firebug LOG level
FirePHP_TABLE
FirePHP_TABLE
in FirePHP.class.php4
Displays a table in firebug console
FirePHP_TRACE
FirePHP_TRACE
in FirePHP.class.php4
Displays a stack trace in firebug console
FirePHP_VERSION
FirePHP_VERSION
in FirePHP.class.php4
FirePHP version
FirePHP_WARN
FirePHP_WARN
in FirePHP.class.php4
Firebug WARN level
g
top
getAllRequestHeaders
FirePHP::getAllRequestHeaders()
in FirePHP.class.php
Get all request headers
getEnabled
FirePHP::getEnabled()
in FirePHP.class.php
Check if logging is enabled
getInstance
FirePHP::getInstance()
in FirePHP.class.php
Gets singleton instance of FirePHP
getOption
FirePHP::getOption()
in FirePHP.class.php
Get an option from the library
getOptions
FirePHP::getOptions()
in FirePHP.class.php
Get options from the library
getRequestHeader
FirePHP::getRequestHeader()
in FirePHP.class.php
Get a request header
getUserAgent
FirePHP::getUserAgent()
in FirePHP.class.php
Get user agent
group
FirePHP::group()
in FirePHP.class.php
Start a group for following messages.
groupEnd
FirePHP::groupEnd()
in FirePHP.class.php
Ends a group you have started before
GROUP_END
FirePHP::GROUP_END
in FirePHP.class.php
Ends a group in firebug console
GROUP_START
FirePHP::GROUP_START
in FirePHP.class.php
Starts a group in firebug console
h
top
headersSent
FirePHP::headersSent()
in FirePHP.class.php
Check if headers have already been sent
i
top
$inExceptionHandler
FirePHP::$inExceptionHandler
in FirePHP.class.php
Flag whether we are logging from within the exception handler
$instance
FirePHP::$instance
in FirePHP.class.php
Singleton instance of FirePHP
info
FirePHP::info()
in FirePHP.class.php
Log object with label to firebug console
INFO
FirePHP::INFO
in FirePHP.class.php
Firebug INFO level
init
FirePHP::init()
in FirePHP.class.php
Creates FirePHP object and stores it for singleton access
is_utf8
FirePHP::is_utf8()
in FirePHP.class.php
Returns true if $string is valid UTF-8 and false otherwise.
j
top
jsonEncode
FirePHP::jsonEncode()
in FirePHP.class.php
Encode an object into a JSON string
l
top
$logToInsightConsole
FirePHP::$logToInsightConsole
in FirePHP.class.php
The insight console to log to if applicable
LOG
FirePHP::LOG
in FirePHP.class.php
Firebug LOG level
log
FirePHP::log()
in FirePHP.class.php
Log object with label to firebug console
m
top
$messageIndex
FirePHP::$messageIndex
in FirePHP.class.php
Wildfire protocol message index
n
top
newException
FirePHP::newException()
in FirePHP.class.php
Returns a new exception
o
top
$objectFilters
FirePHP::$objectFilters
in FirePHP.class.php
Filters used to exclude object members when encoding
$objectStack
FirePHP::$objectStack
in FirePHP.class.php
A stack of objects used to detect recursion during object encoding
$options
FirePHP::$options
in FirePHP.class.php
Options for the library
p
top
plugin
FirePHP::plugin()
in FirePHP.class.php
Insight API wrapper
r
top
registerAssertionHandler
FirePHP::registerAssertionHandler()
in FirePHP.class.php
Register FirePHP driver as your assert callback
registerErrorHandler
FirePHP::registerErrorHandler()
in FirePHP.class.php
Register FirePHP as your error handler
registerExceptionHandler
FirePHP::registerExceptionHandler()
in FirePHP.class.php
Register FirePHP as your exception handler
s
top
setEnabled
FirePHP::setEnabled()
in FirePHP.class.php
Enable and disable logging to Firebug
setHeader
FirePHP::setHeader()
in FirePHP.class.php
Send header
setInstance
FirePHP::setInstance()
in FirePHP.class.php
Set the instance of the FirePHP singleton
setLogToInsightConsole
FirePHP::setLogToInsightConsole()
in FirePHP.class.php
Set an Insight console to direct all logging calls to
setObjectFilter
FirePHP::setObjectFilter()
in FirePHP.class.php
Specify a filter to be used when encoding an object
setOption
FirePHP::setOption()
in FirePHP.class.php
Set an option for the library
setOptions
FirePHP::setOptions()
in FirePHP.class.php
Set some options for the library
setProcessorUrl
FirePHP::setProcessorUrl()
in FirePHP.class.php
setRendererUrl
FirePHP::setRendererUrl()
in FirePHP.class.php
t
top
$throwAssertionExceptions
FirePHP::$throwAssertionExceptions
in FirePHP.class.php
Flag whether to throw PHP assertion errors that have been converted to Exceptions
$throwErrorExceptions
FirePHP::$throwErrorExceptions
in FirePHP.class.php
Flag whether to throw PHP errors that have been converted to ErrorExceptions
table
FirePHP::table()
in FirePHP.class.php
Log a table in the firebug console
TABLE
FirePHP::TABLE
in FirePHP.class.php
Displays an table in firebug console
to
FirePHP::to()
in FirePHP.class.php
Insight API wrapper
trace
FirePHP::trace()
in FirePHP.class.php
Log a trace in the firebug console
TRACE
FirePHP::TRACE
in FirePHP.class.php
Displays a stack trace in firebug console
v
top
VERSION
FirePHP::VERSION
in FirePHP.class.php
FirePHP version
w
top
warn
FirePHP::warn()
in FirePHP.class.php
Log object with label to firebug console
WARN
FirePHP::WARN
in FirePHP.class.php
Firebug WARN level
a
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
_