static static getUserdataInformation |
( |
|
$user_id, |
|
|
|
$section = null |
|
) |
| |
|
static |
Returns the tables containing user data. the array consists of the tables containing user data the expected format for each table is: $array[ table display name ] = [ 'table_name' => name of the table, 'table_content' => array of db rows containing userdata]
- Parameters
-
string | $user_id | |
string | $section | |
- Returns
- array
static isVisible |
( |
|
$user_id | ) |
|
|
static |
Checks if current user is privileged to see the data of given user
- Parameters
-
- Returns
- boolean
The documentation for this class was generated from the following file: