File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
_route
— Returns either a single item (if key passed in) from the route array otherwise returns the whole array.
Name | Description |
---|---|
[$strReturnKey = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strReturnKey = null;
//Call the function _route with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _route($strReturnKey);