File path: dist/twist/Core/Models/Debug.model.php
Namespace: Twist\Core\Models
Type: Model
Debug
— Debugging the framework and its modules, functionality to access debug data can be found here. Data will only be present if Debugging is enabled in your settings.
<?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);
Method | Access | Returns |
---|---|---|
__construct | construct | void |
log | public | void |
window | public | void |