File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
restrictGroup
—
Name | Description |
---|---|
$strURI | n/a |
$strLoginURI | n/a |
$strGroupSlug | n/a |
void — No return information has been documented for this function.
<?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);