File path: dist/twist/Classes/Error.class.php
Namespace: Twist\Classes
debugDataOutput
—
Name | Description |
---|---|
$arrData | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrData = array(0 => 'foo', 1 => 'bar');
//Call the function debugDataOutput with the example vars
\Twist\Classes\Error::debugDataOutput($arrData);