File path: dist/twist/Core/Utilities/User.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getLevel
— Get information about any given user level ID
Name | Description |
---|---|
$intLevelID | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intLevelID = 124;
//Call the function getLevel with the example vars
Twist::User() -> getLevel($intLevelID);