File path: dist/twist/Core/Utilities/User.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
get
— Get the user as an object
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 get with the example vars
Twist::User() -> get($intUserID);