File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
debugMode
— Enable debug mode, this will override the debug/development settings in Twist Settings
Name | Description |
---|---|
[$blEnabled = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blEnabled = true;
//Call the function debugMode with the example vars
Twist::Route() -> debugMode($blEnabled);