apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Element index for package apidoc

[ a ] [ d ] [ e ] [ g ] [ i ] [ o ] [ p ] [ q ] [ r ] [ s ] [ v ] [ w ] [ _ ]

_

__construct
in file Debug.php, method PHP_Debug::__construct()
    PHP_Debug class constructor
__toString
in file Debug.php, method PHP_Debug::__toString()
    Debug default output function, simply uses the static dump fonction of this class
top

a

add
in file Debug.php, method PHP_Debug::add()
    This is an alias for the addDebug function
addDebug
in file Debug.php, method PHP_Debug::addDebug()
    Add a debug information
addDebugFirst
in file Debug.php, method PHP_Debug::addDebugFirst()
    Add a debug info before all the existing other debug lines It is an alias for addDebug($info, self::POSITIONLAST)
addProcessPerf
in file Debug.php, method PHP_Debug::addProcessPerf()
    This is an alias for adding the monitoring of processtime
addSetting
in file Debug.php, method PHP_Debug::addSetting()
    Add an application setting
addSettings
in file Debug.php, method PHP_Debug::addSettings()
    Add a group of settings
top

d

$debugLineBuffer
in file Debug.php, variable PHP_Debug::$debugLineBuffer
    This is the array where the debug lines are collected.
$defaultOptions
in file Debug.php, variable PHP_Debug::$defaultOptions
    Default configuration options
display
in file Debug.php, method PHP_Debug::display()
    Alias for the render function
dump
in file Debug.php, method PHP_Debug::dump()
    This a method to dump the content of any variable and add the result in the debug information
dumpVar
in file Debug.php, method PHP_Debug::dumpVar()
    Display the content of any kind of variable
DUMP_DISP
in file Debug.php, class constant PHP_Debug::DUMP_DISP
    These are constant for dump() and DumpObj() functions.
DUMP_STR
in file Debug.php, class constant PHP_Debug::DUMP_STR
DUMP_VARNAME
in file Debug.php, class constant PHP_Debug::DUMP_VARNAME
top

e

$endTime
in file Debug.php, variable PHP_Debug::$endTime
    Exection end time
$excludedBackTraceFunctions
in file Debug.php, variable PHP_Debug::$excludedBackTraceFunctions
    Functions from this class that must be excluded in order to have the correct backtrace information
error
in file Debug.php, method PHP_Debug::error()
    This is an alias for the addDebug function when wanting to add an application error
errorHandlerCallback
in file Debug.php, method PHP_Debug::errorHandlerCallback()
    Callback function for php error handling
top

g

$globalEnvConstantsCorresp
in file Debug.php, variable PHP_Debug::$globalEnvConstantsCorresp
    Correspondance between super array constant and variable name Used by renderers
getDebugBuffer
in file Debug.php, method PHP_Debug::getDebugBuffer()
    Getter of debugString property
getElapsedTime
in file Debug.php, method PHP_Debug::getElapsedTime()
    Get elapsed time between 2 timestamp
getHost
in file Debug.php, method PHP_Debug::getHost()
    Returns current host name.
getMicroTime
in file Debug.php, method PHP_Debug::getMicroTime()
    Return microtime from a timestamp
getMicroTimeNow
in file Debug.php, method PHP_Debug::getMicroTimeNow()
    Alias for getMicroTime(microtime()
getOption
in file Debug.php, method PHP_Debug::getOption()
    Get one option
getOutput
in file Debug.php, method PHP_Debug::getOutput()
    Return the output without displaying it
getProcessTime
in file Debug.php, method PHP_Debug::getProcessTime()
    Get global process time
getQueryCount
in file Debug.php, method PHP_Debug::getQueryCount()
    Getter of queryCount property
getQueryString
in file Debug.php, method PHP_Debug::getQueryString()
    Return the query string
getQueryTime
in file Debug.php, method PHP_Debug::getQueryTime()
    Get database related process time
getRequiredFiles
in file Debug.php, method PHP_Debug::getRequiredFiles()
    Getter of requiredFiles property
getScriptName
in file Debug.php, method PHP_Debug::getScriptName()
    Returns current script name.
getUriPrefix
in file Debug.php, method PHP_Debug::getUriPrefix()
    Returns Uri prefix, including protocol, hostname and server port.
getUrl
in file Debug.php, method PHP_Debug::getUrl()
    Return the full url
GLOBAL_COOKIE
in file Debug.php, class constant PHP_Debug::GLOBAL_COOKIE
GLOBAL_FILES
in file Debug.php, class constant PHP_Debug::GLOBAL_FILES
GLOBAL_GET
in file Debug.php, class constant PHP_Debug::GLOBAL_GET
    These are constants to define Super array environment variables
GLOBAL_GLOBALS
in file Debug.php, class constant PHP_Debug::GLOBAL_GLOBALS
GLOBAL_POST
in file Debug.php, class constant PHP_Debug::GLOBAL_POST
GLOBAL_REQUEST
in file Debug.php, class constant PHP_Debug::GLOBAL_REQUEST
GLOBAL_SESSION
in file Debug.php, class constant PHP_Debug::GLOBAL_SESSION
top

i

isAllowed
in file Debug.php, method PHP_Debug::isAllowed()
    Test if the client is allowed to access the debug information
isSecure
in file Debug.php, method PHP_Debug::isSecure()
    Test if url is secured
top

o

$options
in file Debug.php, variable PHP_Debug::$options
    Default configuration options
top

p

PEAR_RELEASE
in file Debug.php, class constant PHP_Debug::PEAR_RELEASE
PHP_Debug
in file Debug.php, class PHP_Debug
POSITIONFIRST
in file Debug.php, class constant PHP_Debug::POSITIONFIRST
POSITIONLAST
in file Debug.php, class constant PHP_Debug::POSITIONLAST
    These are constant for addDebug functions, they set the behaviour where
top

q

$queryCount
in file Debug.php, variable PHP_Debug::$queryCount
    Number of queries executed during script
query
in file Debug.php, method PHP_Debug::query()
    This is an alias for the addDebug function when wanting to add a query debug information
queryRel
in file Debug.php, method PHP_Debug::queryRel()
    This is an alias for the addDebug function when wanting to add a database related debug info
top

r

$requiredFiles
in file Debug.php, variable PHP_Debug::$requiredFiles
    This is the array containing all the required/included files of the script
RELEASE
in file Debug.php, class constant PHP_Debug::RELEASE
render
in file Debug.php, method PHP_Debug::render()
    PHP_Debug default output function, first we finish the processes and then a render object is created and its render method is invoked
restrictAccess
in file Debug.php, method PHP_Debug::restrictAccess()
    Restrict access to a list of IP
top

s

$startTime
in file Debug.php, variable PHP_Debug::$startTime
    Execution start time
$staticOptions
in file Debug.php, variable PHP_Debug::$staticOptions
    Default static options for static functions
setAction
in file Debug.php, method PHP_Debug::setAction()
    Set the main action of PHP script
setErrorHandler
in file Debug.php, method PHP_Debug::setErrorHandler()
    Set the callback function to process replace the php error handler, enabled depending of the options flag 'replace_errorhandler'
setWatchCallback
in file Debug.php, method PHP_Debug::setWatchCallback()
    Set the callback fucntion to process the watches, enabled depending of the options flag 'enable_watch'
stopTimer
in file Debug.php, method PHP_Debug::stopTimer()
    Set the endtime for a DebugLine in order to monitor the performance of a part of script
top

v

VERSION
in file Debug.php, class constant PHP_Debug::VERSION
VERSION_DEFAULT
in file Debug.php, class constant PHP_Debug::VERSION_DEFAULT
VERSION_PEAR
in file Debug.php, class constant PHP_Debug::VERSION_PEAR
VERSION_STANDALONE
in file Debug.php, class constant PHP_Debug::VERSION_STANDALONE
    Possible version of class Debug
top

w

$watches
in file Debug.php, variable PHP_Debug::$watches
    This is the array containing all the watched variables
watch
in file Debug.php, method PHP_Debug::watch()
    Add a variable to the watchlist. Watched variables must be in a declare
watchesCallback
in file Debug.php, method PHP_Debug::watchesCallback()
    Watch callback function, process watches and add changes to the debug information
top

Documentation generated on Mon, 11 Mar 2019 15:28:39 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.