File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
serve
— Serve is used to active the routes system after all routes have been set
Name | Description |
---|---|
[$blExitOnComplete = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blExitOnComplete = true;
//Call the function serve with the example vars
Twist::Route() -> serve($blExitOnComplete);