TwistPHP Documentation

getDetailsByID

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

getDetailsByIDGet user full details by User ID

Parameters

Name Type Description
$intUserIDintegern/a

Return Values

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

Example

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

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