Atomik::debug()
Atomik::Debug
Fired when a call to debug is made
-
mixed &$data
The data to dump
-
boolean &$force
Whether to force the dump when debug is set to false
-
boolean &$echo
Whether to echo or return the result
function myAtomikDebugHandler(&$data, &$force, &$echo)
{
// your code
}
Atomik::listenEvent('Atomik::Debug', 'myAtomikDebugHandler');

