Elgg  Version master
Variables
default.php File Reference

Go to the source code of this file.

Variables

 $relationship = elgg_extract('relationship', $vars)
 Elgg default relationship view. More...
 
 if (! $relationship instanceof ElggRelationship)
 

Variable Documentation

◆ $relationship

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

Elgg default relationship view.

Note
To add or remove from the relationship menu, register handlers for the menu:relationship hook.

@uses $vars['relationship'] the relationship

Examples
/root/Elgg/engine/lib/views.php.

Definition at line 10 of file default.php.

◆ if

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

Definition at line 11 of file default.php.