File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
processRoutesArray
— Process the routes Array by reference and adding in the current set baseURI
Name | Description |
---|---|
$arrRoutesDataRef | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrRoutesDataRef = array(0 => 'foo', 1 => 'bar');
//Call the function processRoutesArray with the example vars
Twist::Route() -> processRoutesArray($arrRoutesDataRef);