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