Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 407 Bytes

File metadata and controls

15 lines (12 loc) · 407 Bytes

dump()

Dump the passed variables. You can call it as many times as you want.

dump($var1, $var2, ...)

  • $var(mixed) - Variable to dump.
# 1.
dump($var);
# 2.
dump($modx->user, $array, $string, $bool);

Themes

There are 2 themes for the dump result - dark and light. The dark theme is default. To change it create the "modhelpers_debug_theme" system setting and put "light" in it.