TwistPHP Documentation

processRoutesArray

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

processRoutesArrayProcess the routes Array by reference and adding in the current set baseURI

Parameters

Name Type Description
$arrRoutesDataRefarrayn/a

Return Values

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

Example

<?php
//Set the variables for the example
$arrRoutesDataRef = array(=> 'foo'=> 'bar');

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