Elgg  Version master
Variables
contents.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 Displays information about the location and briefdescription of the user. More...
 
 if (! $entity instanceof ElggUser)
 
 $imprint = elgg_extract('imprint', $vars)
 

Variable Documentation

◆ $entity

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

Displays information about the location and briefdescription of the user.

@uses $vars['entity'] The user to show the information for @uses $vars['location'] The location of the user @uses $vars['briefdescription'] The briefdescription of the user @uses $vars['imprint'] An array of imprint elements ['icon_name' => 'calendar', 'content' => 'Starts on Jan 12']

Definition at line 12 of file contents.php.

◆ $imprint

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

Definition at line 20 of file contents.php.

◆ if

if(! $entity instanceof ElggUser) ( ! $entity instanceof  ElggUser)

Definition at line 13 of file contents.php.