Debug
public final class Debug
www.doctrine-project.org
Constructor Summary | |
---|---|
Debug() Private constructor (prevents from instantiation) |
Method Summary | |
---|---|
static void | dump(mixed var, integer maxDepth) Prints a dump of the public, protected and private properties of $var. |
static void | export(mixed var, mixed maxDepth) |
public Debug()
Private constructor (prevents from instantiation)
public static void dump(mixed var, integer maxDepth)
Prints a dump of the public, protected and private properties of $var.
http://xdebug.org/
public static void export(mixed var, mixed maxDepth)
Static class containing most used debug methods.