TwistPHP Documentation

__construct

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

__constructDebugging 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.

Return Values

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

Example

<?php
//Call the function __construct with the example vars
$resDebug = new \Twist\Core\Models\Debug();
$resDebug -> __construct();