Path

ez components / documentation / api reference / latest / debug


eZ Components latest

Debug

[ Tutorial ] [ Example stylesheet ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Element index for package Debug

[ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ k ] [ l ] [ n ] [ o ] [ p ] [ r ] [ s ] [ u ] [ v ] [ x ] [ _ ]

_

__construct : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::__construct()
    Creates a new stack trace iterator.
__construct : ezcDebugOperationNotPermittedException
in file operation_not_permitted.php, method ezcDebugOperationNotPermittedException::__construct()
    Creates an new ezcDebugOperationNotPermittedException.
__construct : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::__construct()
    Constructs a new HTML reporter.

c

count : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::count()
    Returns the number of elements in the iterator.
current : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::current()
    Returns the currently selected element of the iterator.

d

debug.php
procedural page debug.php
dump.php
procedural page dump.php
debugHandler : ezcDebug
in file debug.php, method ezcDebug::debugHandler()
    Dispatches the message and error type to the correct debug or log function.
dumpVariable : ezcDebugVariableDumpTool
in file dump.php, method ezcDebugVariableDumpTool::dumpVariable()
    Returns the string representation of an variable.

e

exception.php
procedural page exception.php
ezcDebug
in file debug.php, class ezcDebug
    The ezcDebug class provides functionality to format and store debug messages and timers.
ezcDebugException
in file exception.php, class ezcDebugException
    General exception class for the Debug component.
ezcDebugHtmlFormatter
in file html_formatter.php, class ezcDebugHtmlFormatter
    ezcDebugHtmlFormatter class implements a HTML debug formatter that outputs debug information nicely formated for inclusion on your web page.
ezcDebugOperationNotPermittedException
in file operation_not_permitted.php, class ezcDebugOperationNotPermittedException
    Exception thrown if an operation is not permitted.
ezcDebugOptions
in file options.php, class ezcDebugOptions
    Options class for ezcDebug.
ezcDebugOutputFormatter
in file formatter.php, class ezcDebugOutputFormatter
    ezcDebugOutputFormatter provides the common interface for all classes writing debug output.
ezcDebugPhpStacktraceIterator
in file php_iterator.php, class ezcDebugPhpStacktraceIterator
    Iterator class to wrap around debug_backtrace() stack traces.
ezcDebugStacktraceIterator
in file stacktrace_iterator.php, class ezcDebugStacktraceIterator
    Base iterator class to wrap stack traces.
ezcDebugVariableDumpTool
in file dump.php, class ezcDebugVariableDumpTool
    Tool class to dump variables in a way similar to Xdebug.
ezcDebugXdebugStacktraceIterator
in file xdebug_iterator.php, class ezcDebugXdebugStacktraceIterator
    Iterator class to wrap around debug_backtrace() stack traces.

f

formatter.php
procedural page formatter.php
formatStackTrace : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::formatStackTrace()
    Returns an HTML formatted representation of the given $stackTrace.

g

generateOutput : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::generateOutput()
    Returns a string containing the HTML formatted output.
generateOutput : ezcDebug
in file debug.php, method ezcDebug::generateOutput()
    Returns the formatted debug output.
generateOutput : ezcDebugOutputFormatter
in file formatter.php, method ezcDebugOutputFormatter::generateOutput()
    Returns a string containing the formatted output based on $timerData and $writerData.
getEventLog : ezcDebug
in file debug.php, method ezcDebug::getEventLog()
    Returns the instance of the EventLog used in this class.
getInstance : ezcDebug
in file debug.php, method ezcDebug::getInstance()
    Returns the instance of this class.
getLog : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::getLog()
    Returns a string containing the HTML formatted output based on $writerData.
getTimingsAccumulator : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::getTimingsAccumulator()
    Returns a string containing the HTML formatted output based on $timerData.

h

html_formatter.php
procedural page html_formatter.php

k

key : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::key()
    Returns the key of the currently selected element of the iterator.

l

log : ezcDebug
in file debug.php, method ezcDebug::log()
    Writes the debug message $message with verbosity $verbosity.

n

next : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::next()
    Advances the iterator to the next element.

o

$options : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, variable ezcDebugStacktraceIterator::$options
    Options.
operation_not_permitted.php
procedural page operation_not_permitted.php
options.php
procedural page options.php
offsetExists : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::offsetExists()
    Returns if the given offset exists.
offsetGet : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::offsetGet()
    Returns the value assigned to the given offset.
offsetSet : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::offsetSet()
    It is not allowed to use this method with this iterator.
offsetUnset : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::offsetUnset()
    It is not allowed to use this method with this iterator.

p

$properties : ezcDebugOptions
in file options.php, variable ezcDebugOptions::$properties
    Properties.
$properties : ezcDebug
in file debug.php, variable ezcDebug::$properties
    Properties.
php_iterator.php
procedural page php_iterator.php
prepare : ezcDebugXdebugStacktraceIterator
in file xdebug_iterator.php, method ezcDebugXdebugStacktraceIterator::prepare()
    Prepares the stack trace for being stored in the iterator instance.
prepare : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::prepare()
    Prepares the stack trace for being stored in the iterator instance.

r

reset : ezcDebug
in file debug.php, method ezcDebug::reset()
    Resets the log messages and timer information.
rewind : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::rewind()
    Resets the iterator to the first element.

s

stacktrace_iterator.php
procedural page stacktrace_iterator.php
setOutputFormatter : ezcDebug
in file debug.php, method ezcDebug::setOutputFormatter()
    Sets the formatter $reporter for the output.
setVerbosityColor : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::setVerbosityColor()
    Sets the output $color of debug messages of the verbosity $verbosity.
startTimer : ezcDebug
in file debug.php, method ezcDebug::startTimer()
    Starts the timer with the identifier $name.
stopTimer : ezcDebug
in file debug.php, method ezcDebug::stopTimer()
    Stops the timer identified by $name.
switchTimer : ezcDebug
in file debug.php, method ezcDebug::switchTimer()
    Stores the time from the running timer, and starts a new timer.

u

unifyStackElement : ezcDebugXdebugStacktraceIterator
in file xdebug_iterator.php, method ezcDebugXdebugStacktraceIterator::unifyStackElement()
    Unifies a stack element for being returned to the formatter.
unifyStackElement : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::unifyStackElement()
    Unifies a stack element for being returned to the formatter.
unifyStackElement : ezcDebugPhpStacktraceIterator
in file php_iterator.php, method ezcDebugPhpStacktraceIterator::unifyStackElement()
    Unifies a stack element for being returned to the formatter.

v

valid : ezcDebugStacktraceIterator
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::valid()
    Returns if the iterator is on a valid element or at the end.

x

xdebug_iterator.php
procedural page xdebug_iterator.php
Last updated: Mon, 10 Nov 2008