TwistPHP Documentation

currentRestriction

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

currentRestriction

Parameters

Name Type Description
$strCurrentURIstringn/a

Return Values

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

Example

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

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