Elgg
Version 6.2
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
Show user attributes in admin listings. More... | |
if(! $entity instanceof \ElggUser) | $data |
$rows = [] | |
foreach ( $data as $row) | |
Definition at line 13 of file attributes.php.
$entity = elgg_extract('entity', $vars) |
Show user attributes in admin listings.
@uses $vars['entity'] The user entity to show
Definition at line 8 of file attributes.php.
$rows = [] |
Definition at line 60 of file attributes.php.
foreach($data as $row) | ( | $data as | ) |
Definition at line 61 of file attributes.php.