File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
manager
— Register the framework manager on a URI so that it can be accessed
Name | Description |
---|---|
[$strURI = '] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strURI = ';
//Call the function manager with the example vars
Twist::Route() -> manager($strURI);