TwistPHP Documentation

getAllByLevel

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

getAllByLevelGet and array of the users default information by User 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 getAllByLevel with the example vars
Twist::User() -> getAllByLevel($intLevelID);