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

Class: PHP_Debug_Renderer_Common

Source Location: /PHP_Debug-1.0.3/PHP/Debug/Renderer/Common.php

Class Overview


A base class for Debug renderers, must be inherited by all such.


Author(s):

Version:

  • CVS: $Id: Common.php,v 1.1 2008/05/02 14:26:37 c0il Exp $

Variables

Methods


Child classes:

PHP_Debug_Renderer_HTML_Table
A concrete renderer for Debug
PHP_Debug_Renderer_HTML_Div
A floating div renderer for PHP_Debug

Inherited Variables

Inherited Methods


Class Details

[line 16]
A base class for Debug renderers, must be inherited by all such.


[ Top ]


Class Variables

$DebugObject =  null

[line 23]

  • Var: object This is the debug object to render
  • Access: protected

Type:   Debug


[ Top ]

$defaultOptions = array()

[line 40]

Default configuration options.
  • Access: protected

Type:   array


[ Top ]

$options = array()

[line 31]

Run-time configuration options.
  • Access: protected

Type:   array


[ Top ]



Method Detail

__destruct (Destructor)   [line 69]

void __destruct( )

PHP_DebugOutput class destructor

[ Top ]

setOptions   [line 48]

void setOptions( [array $options = array()])

Set run-time configuration options for the renderer
  • Access: public

Parameters:

array   $options   —  Run-time configuration options.

[ Top ]

__toString   [line 56]

void __toString( )

Default output function
  • Access: public

[ Top ]


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