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