Elgg  Version master
Variables
title.php File Reference

Go to the source code of this file.

Variables

 $title = elgg_extract('title', $vars)
 Outputs object title. More...
 
 $entity = elgg_extract('entity', $vars)
 
if($title=== ''&&$entity instanceof\ElggEntity) if (elgg_is_empty($title))
 

Variable Documentation

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

Definition at line 15 of file title.php.

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

Outputs object title.

$vars['entity'] ElggEntity $vars['title'] Title link (optional) false = no title, '' = default

Definition at line 9 of file title.php.

if ($title=== ''&&$entity instanceof\ElggEntity) if(elgg_is_empty($title))

Definition at line 28 of file title.php.