Elgg  Version 6.2
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

◆ $data

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

Definition at line 13 of file attributes.php.

◆ $entity

$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

$rows = []

Definition at line 60 of file attributes.php.

◆ foreach

foreach($data as $row) (   $data as)

Definition at line 61 of file attributes.php.