[Development] element index
Package indexes
Contenido
All elements
a
c
e
g
m
s
v
_
_
top
$_aData
mpArrayManager::$_aData
in class.mparraymanager.php
Contains the array to manage.
$_delem
mpArrayManager::$_delem
in class.mparraymanager.php
The delemiter beeing used to access to array structure.
$_instance
mpArrayManager::$_instance
in class.mparraymanager.php
Instance of child class.
_getSections
mpArrayManager::_getSections()
in class.mparraymanager.php
$_counter
mpDebug::$_counter
in class.mpdebug.php
Counter 4 added debug items
$_docRoot
mpDebug::$_docRoot
in class.mpdebug.php
Document root
$_dumpCache
mpDebug::$_dumpCache
in class.mpdebug.php
Array to store dumps of variables, as follows:
$_dumpSuperglobals
mpDebug::$_dumpSuperglobals
in class.mpdebug.php
List of superglobals names to dump automatically.
$_enable
mpDebug::$_enable
in class.mpdebug.php
Flag to activate debug
$_ignoreEmptySuperglobals
mpDebug::$_ignoreEmptySuperglobals
in class.mpdebug.php
Ignore dumping of empty superglobals.
$_instance
mpDebug::$_instance
in class.mpdebug.php
Self instance
$_resUrls
mpDebug::$_resUrls
in class.mpdebug.php
Debug links absolute from document-root, e. g. to log files or other docs.
$_trimDocRoot
mpDebug::$_trimDocRoot
in class.mpdebug.php
Flag to trim document root from paths
_addDebugValue
mpDebug::_addDebugValue()
in class.mpdebug.php
Adds passed variable to the debug cache.
_contentOutput
mpDebug::_contentOutput()
in class.mpdebug.php
Prints the content of passed debug item, depending on its type (array, object, string)
_dumpVar
mpDebug::_dumpVar()
in class.mpdebug.php
Dumps passed variable.
_endOutput
mpDebug::_endOutput()
in class.mpdebug.php
Returns the footer of mpWebDebug
_getRessourceLinks
mpDebug::_getRessourceLinks()
in class.mpdebug.php
Creates list of linked ressource files. The result will be added to mpWebDebug.
_getSuperGlobal
mpDebug::_getSuperGlobal()
in class.mpdebug.php
Returns the Superglobal variable by name. Provides a precheck of superglobal size to prevend debugging variables having several MB. e. g. $_POST.
_nextId
mpDebug::_nextId()
in class.mpdebug.php
Creates a unique id used as id-Attribute for HTML elements using timer and internal counter.
_prepareDumpOutput
mpDebug::_prepareDumpOutput()
in class.mpdebug.php
Prepares data dump for output. Clears some white space characters and line endings to get an compact an more readable result.
_startOutput
mpDebug::_startOutput()
in class.mpdebug.php
Returns the mpWebDebug bar header.
_superGlobalTooBig
mpDebug::_superGlobalTooBig()
in class.mpdebug.php
Returns approximate size of superglobal in kb if size is > 512 kb or false
__construct
mpDebug::__construct()
in class.mpdebug.php
Constructor
a
top
addDebug
mpDebug::addDebug()
in class.mpdebug.php
Adds a varible dump, does the same as addVdump().
addVdump
mpDebug::addVdump()
in class.mpdebug.php
Adds a varible dump.
c
top
class.mparraymanager.php
class.mparraymanager.php
in class.mparraymanager.php
comment
mpDebug::comment()
in class.mpdebug.php
Decorates given data with a html comment and returns it back or prints it out.
class.mpdebug.php
class.mpdebug.php
in class.mpdebug.php
e
top
exists
mpIArrayManager::exists()
in class.mparraymanager.php
Checks if an entry exists.
exists
mpArrayManager::exists()
in class.mparraymanager.php
g
top
get
mpIArrayManager::get()
in class.mparraymanager.php
Returns the value by passed path.
get
mpArrayManager::get()
in class.mparraymanager.php
getCssJsCode
mpDebug::getCssJsCode()
in class.mpdebug.php
Returns the code (CSS-/ and JavaScript part) for the mpDebugBar, which can be placed inside the head-Tag.
getInstance
mpDebug::getInstance()
in class.mpdebug.php
Returns a instance of mpDebug (singleton implementation)
getResults
mpDebug::getResults()
in class.mpdebug.php
Main method to get the mpWebDebug Bar.
m
top
mpArrayManager
mpArrayManager
in class.mparraymanager.php
Abstract array manager class.
mpArrayManager_Exception
mpArrayManager_Exception
in class.mparraymanager.php
mpArrayManager exception, extends Exception
mpIArrayManager
mpIArrayManager
in class.mparraymanager.php
Interface for array manager
mpDebug
mpDebug
in class.mpdebug.php
Debug class. Provides a possibility to debug variables without destroying the page output.
s
top
set
mpIArrayManager::set()
in class.mparraymanager.php
Sets the value by passed path.
set
mpArrayManager::set()
in class.mparraymanager.php
setConfig
mpDebug::setConfig()
in class.mpdebug.php
Sets configuration
v
top
vdump
mpDebug::vdump()
in class.mpdebug.php
Wrapper 4 var_dump function. Dumps content of passed variable.
a
c
e
g
m
s
v
_