TwistPHP Documentation

manager

File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

managerRegister the framework manager on a URI so that it can be accessed

Parameters

Name Type Description
[$strURI = ']stringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strURI ';

//Call the function manager with the example vars
Twist::Route() -> manager($strURI);