TwistPHP Documentation

unrestrict

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

unrestrictAdd an exception to the restrictions applied

Parameters

Name Type Description
$strURIstringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strURI 'foo';

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