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