File path: dist/twist/Twist.php
Namespace: \
ServeRoutes
— Run through all registered instances of the route object, check for domain name matches and serve the correct route accordingly.
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 ServeRoutes with the example vars
Twist::Twist() -> ServeRoutes($blExitOnComplete);