Elgg  Version 5.1
Variables
contents.php File Reference

Go to the source code of this file.

Variables

 $relationship = elgg_extract('relationship', $vars)
 Displays the imprint for the relationship. More...
 
 if (!$relationship instanceof ElggRelationship)
 
 $imprint = elgg_extract('imprint', $vars)
 

Variable Documentation

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

Definition at line 17 of file contents.php.

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

Displays the imprint for the relationship.

$vars['relationship'] ElggRelationship $vars['imprint'] An array of imprint elements ['icon_name' => 'calendar', 'content' => 'Starts on Jan 12']

Definition at line 10 of file contents.php.

if(!$relationship instanceof ElggRelationship)

Definition at line 11 of file contents.php.