Source for file Common.php
Documentation is available at Common.php
* A base class for Debug renderers, must be inherited by all such.
* @author Loic Vernet <qrf_coil at yahoo dot fr>
* This is the debug object to render
* Run-time configuration options.
* Default configuration options.
* @See Debug/Renderer/*.php for the complete list of options
* Set run-time configuration options for the renderer
* @param array $options Run-time configuration options.
* Default output function
return '<pre>'. Debug::dumpVar($this, __CLASS__ , PHP_DEBUG_DUMP_ARR_STR). '<pre>';
* PHP_DebugOutput class destructor
|