Elgg  Version master
Variables
attributes.php File Reference

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)
 

Variable Documentation

if (!$entity instanceof\ElggUser) $data
Examples:
/root/Elgg/engine/lib/views.php.

Definition at line 13 of file attributes.php.

$entity = elgg_extract('entity', $vars)

Show user attributes in admin listings.

$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)

Definition at line 61 of file attributes.php.