SourceForge.net LogoPHPGallue
[ class tree: libbase ] [ index: libbase ] [ all elements ]

Class: GALDebug

Source Location: /libbase/debug.inc.php

Class Overview


Some debug-tools for php.


Methods



Class Details

[line 28]
Some debug-tools for php.



[ Top ]


Class Methods


static method array_dumpDOM [line 55]

static DOMNode array_dumpDOM( mixed $var, string $name, $node)

Dump a given variable using DOM.

Appends some XHTML markup to the given node.




Tags:

return:  The top level element of the function's output.
access:  public


Parameters:

mixed   $var   The variable to dump.
string   $name   The variable's name.
DOMNode   $node   The DOMNode the output is appended to.

[ Top ]

static method classlist [line 33]

static void classlist( )

Prints a list of all defined classes to stdout.



Tags:

access:  public


[ Top ]

static method classlistDOM [line 91]

static void classlistDOM( $node)

Append a list of all defined classes to the given DOMNode.



Tags:

access:  public


Parameters:

DOMNode   $node   The DOMNode the output is appended to.

[ Top ]

static method classlistXML [line 41]

static string classlistXML( )

Returns a list of all defined classes.



Tags:

access:  public


[ Top ]

static method functionlistDOM [line 107]

static void functionlistDOM( $node)

Append a list of all defined functions to the given DOMNode.



Tags:

access:  public


Parameters:

DOMNode   $node   The DOMNode the output is appended to.

[ Top ]


Documentation generated on Wed, 16 Aug 2006 15:35:37 +0200 by phpDocumentor 1.3.0RC6