TwistPHP Documentation

debugDataOutput

File path: dist/twist/Classes/Error.class.php
Namespace: Twist\Classes
Extends:

debugDataOutput

Parameters

Name Type Description
$arrDataarrayn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$arrData = array(=> 'foo'=> 'bar');

//Call the function debugDataOutput with the example vars
\Twist\Classes\Error::debugDataOutput($arrData);