TwistPHP Documentation

getLevel

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

getLevelGet information about any given user level ID

Parameters

Name Type Description
$intLevelIDintegern/a

Return Values

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

Example

<?php
//Set the variables for the example
$intLevelID 124;

//Call the function getLevel with the example vars
Twist::User() -> getLevel($intLevelID);