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 = elgg_extract('relationship', $vars)

Elgg default relationship view.

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

$vars['relationship'] the relationship

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

Definition at line 10 of file default.php.

if(!$relationship instanceof ElggRelationship)

Definition at line 11 of file default.php.