[Development] element index

Package indexes

All elements
a c e g m s v _
_
top
Variable $_aData
mpArrayManager::$_aData in class.mparraymanager.php
Contains the array to manage.
Variable $_delem
mpArrayManager::$_delem in class.mparraymanager.php
The delemiter beeing used to access to array structure.
Variable $_instance
mpArrayManager::$_instance in class.mparraymanager.php
Instance of child class.
Method _getSections
mpArrayManager::_getSections() in class.mparraymanager.php
Variable $_counter
mpDebug::$_counter in class.mpdebug.php
Counter 4 added debug items
Variable $_docRoot
mpDebug::$_docRoot in class.mpdebug.php
Document root
Variable $_dumpCache
mpDebug::$_dumpCache in class.mpdebug.php
Array to store dumps of variables, as follows:
Variable $_dumpSuperglobals
mpDebug::$_dumpSuperglobals in class.mpdebug.php
List of superglobals names to dump automatically.
Variable $_enable
mpDebug::$_enable in class.mpdebug.php
Flag to activate debug
Variable $_ignoreEmptySuperglobals
Ignore dumping of empty superglobals.
Variable $_instance
mpDebug::$_instance in class.mpdebug.php
Self instance
Variable $_resUrls
mpDebug::$_resUrls in class.mpdebug.php
Debug links absolute from document-root, e. g. to log files or other docs.
Variable $_trimDocRoot
mpDebug::$_trimDocRoot in class.mpdebug.php
Flag to trim document root from paths
Method _addDebugValue
mpDebug::_addDebugValue() in class.mpdebug.php
Adds passed variable to the debug cache.
Method _contentOutput
mpDebug::_contentOutput() in class.mpdebug.php
Prints the content of passed debug item, depending on its type (array, object, string)
Method _dumpVar
mpDebug::_dumpVar() in class.mpdebug.php
Dumps passed variable.
Method _endOutput
mpDebug::_endOutput() in class.mpdebug.php
Returns the footer of mpWebDebug
Method _getRessourceLinks
mpDebug::_getRessourceLinks() in class.mpdebug.php
Creates list of linked ressource files. The result will be added to mpWebDebug.
Method _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.
Method _nextId
mpDebug::_nextId() in class.mpdebug.php
Creates a unique id used as id-Attribute for HTML elements using timer and internal counter.
Method _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.
Method _startOutput
mpDebug::_startOutput() in class.mpdebug.php
Returns the mpWebDebug bar header.
Method _superGlobalTooBig
mpDebug::_superGlobalTooBig() in class.mpdebug.php
Returns approximate size of superglobal in kb if size is > 512 kb or false
Method __construct
mpDebug::__construct() in class.mpdebug.php
Constructor
a
top
Method addDebug
mpDebug::addDebug() in class.mpdebug.php
Adds a varible dump, does the same as addVdump().
Method addVdump
mpDebug::addVdump() in class.mpdebug.php
Adds a varible dump.
c
top
Page class.mparraymanager.php
class.mparraymanager.php in class.mparraymanager.php
Method comment
mpDebug::comment() in class.mpdebug.php
Decorates given data with a html comment and returns it back or prints it out.
Page class.mpdebug.php
class.mpdebug.php in class.mpdebug.php
e
top
Method exists
mpIArrayManager::exists() in class.mparraymanager.php
Checks if an entry exists.
Method exists
mpArrayManager::exists() in class.mparraymanager.php
g
top
Method get
mpIArrayManager::get() in class.mparraymanager.php
Returns the value by passed path.
Method get
mpArrayManager::get() in class.mparraymanager.php
Method 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.
Method getInstance
mpDebug::getInstance() in class.mpdebug.php
Returns a instance of mpDebug (singleton implementation)
Method getResults
mpDebug::getResults() in class.mpdebug.php
Main method to get the mpWebDebug Bar.
m
top
Class mpArrayManager
mpArrayManager in class.mparraymanager.php
Abstract array manager class.
Class mpArrayManager_Exception
mpArrayManager_Exception in class.mparraymanager.php
mpArrayManager exception, extends Exception
Class mpIArrayManager
mpIArrayManager in class.mparraymanager.php
Interface for array manager
Class mpDebug
mpDebug in class.mpdebug.php
Debug class. Provides a possibility to debug variables without destroying the page output.
s
top
Method set
mpIArrayManager::set() in class.mparraymanager.php
Sets the value by passed path.
Method set
mpArrayManager::set() in class.mparraymanager.php
Method setConfig
mpDebug::setConfig() in class.mpdebug.php
Sets configuration
v
top
Method vdump
mpDebug::vdump() in class.mpdebug.php
Wrapper 4 var_dump function. Dumps content of passed variable.
a c e g m s v _