Apache Zeta Components - high quality PHP components

Apache Zeta Components Manual :: Package Debug Element Index

Element index for package Debug

Package indexes

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

Letter '_'

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

Letter 'c'

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

Letter 'd'

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

Letter '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.

Letter 'f'

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

Letter 'g'

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

Letter 'h'

html_formatter.php
procedural page html_formatter.php

Letter 'k'

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

Letter 'l'

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

Letter 'n'

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

Letter 'o'

$options
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
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::offsetExists()
    Returns if the given offset exists.
offsetGet
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::offsetGet()
    Returns the value assigned to the given offset.
offsetSet
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::offsetSet()
    It is not allowed to use this method with this iterator.
offsetUnset
in file stacktrace_iterator.php, method ezcDebugStacktraceIterator::offsetUnset()
    It is not allowed to use this method with this iterator.

Letter 'p'

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

Letter 'r'

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

Letter 's'

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

Letter 'u'

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

Letter 'v'

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

Letter 'x'

xdebug_iterator.php
procedural page xdebug_iterator.php
Documentation generated by phpDocumentor 1.4.3