Elgg  Version master
Variables
imprint.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_view('relationship/elements/imprint/contents', $vars)
 
 if (elgg_is_empty( $imprint))
 

Variable Documentation

◆ $imprint

if (! $relationship instanceof ElggRelationship) $imprint = elgg_view('relationship/elements/imprint/contents', $vars)

Definition at line 13 of file imprint.php.

◆ $relationship

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

Displays the imprint for the relationship.

@uses $vars['relationship'] ElggRelationship

Definition at line 8 of file imprint.php.

◆ if

if(elgg_is_empty($imprint)) ( elgg_is_empty( $imprint)  )

Definition at line 14 of file imprint.php.