Elgg  Version master
Variables
title.php File Reference

Go to the source code of this file.

Variables

 $title = elgg_extract('title', $vars, '')
 Output relationship title. More...
 
if($title===false) $relationship = elgg_extract('relationship', $vars)
 
 if ( $title==='' &&$relationship instanceof ElggRelationship)
 

Variable Documentation

◆ $relationship

if ( $title===false) $relationship = elgg_extract('relationship', $vars)

Definition at line 14 of file title.php.

◆ $title

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

Output relationship title.

@uses $vars['relationship'] the relationship @uses $vars['title'] title (false for no title, '' for default title)

Definition at line 9 of file title.php.

◆ if

if($title==='' && $relationship instanceof ElggRelationship) (   $title = == '' && $relationship instanceof ElggRelationship)

Definition at line 15 of file title.php.