TwistPHP Documentation

window

File path: dist/twist/Core/Models/Debug.model.php
Namespace: Twist\Core\Models
Extends:

windowProcess the debug window to be output into the page.

Parameters

Name Type Description
$arrCurrentRoutearrayn/a

Return Values

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

Example

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

//Call the function window with the example vars
$resDebug = new \Twist\Core\Models\Debug();
$resDebug -> window($arrCurrentRoute);