File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
processController
—
Name | Description |
---|---|
$arrRoute | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrRoute = array(0 => 'foo', 1 => 'bar');
//Call the function processController with the example vars
Twist::Route() -> processController($arrRoute);