TwistPHP Documentation

get

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

getGet the user as an object

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 get with the example vars
Twist::User() -> get($intUserID);