File path: dist/twist/Core/Models/Debug.model.php
Namespace: Twist\Core\Models
window
— Process the debug window to be output into the page.
Name | Description |
---|---|
$arrCurrentRoute | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrCurrentRoute = array(0 => 'foo', 1 => 'bar');
//Call the function window with the example vars
$resDebug = new \Twist\Core\Models\Debug();
$resDebug -> window($arrCurrentRoute);