TwistPHP Documentation

loggedInData

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

loggedInDataReturn data about the logged in user

Parameters

Name Type Description
[$strKey = null]stringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strKey null;

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