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

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

Definition at line 17 of file contents.php.

◆ $relationship

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

Displays the imprint for the relationship.

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

Definition at line 10 of file contents.php.

◆ if

if(! $relationship instanceof ElggRelationship) ( ! $relationship instanceof  ElggRelationship)

Definition at line 11 of file contents.php.