TwistPHP Documentation

restrictMember

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

restrictMember

Parameters

Name Type Description
$strURIstringn/a
$strLoginURIstringn/a

Return Values

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

Example

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

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