File path: dist/twist/Core/Models/User/User.model.php
Namespace: Twist\Core\Models\User
data
— Get one or all of the values from the users data records, by passing in a value you can also set the value
Name | Description |
---|---|
[$strField = null] | n/a |
[$mxdValue = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strField = null;
$mxdValue = null;
//Call the function data with the example vars
$resUser = new \Twist\Core\Models\User\User();
$resUser -> data($strField, $mxdValue);