TwistPHP Documentation

restrictGroup

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

restrictGroup

Parameters

Name Type Description
$strURIstringn/a
$strLoginURIstringn/a
$strGroupSlugstringn/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';
$strGroupSlug 'foo';

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