Elgg  Version 6.2
Variables
title.php File Reference

Go to the source code of this file.

Variables

 $title = elgg_extract('title', $vars, '')
 Output annotation title. More...
 
if($title===false) $annotation = elgg_extract('annotation', $vars)
 
if($title==='' && $annotation instanceof \ElggAnnotationif (elgg_is_empty( $title))
 

Variable Documentation

◆ $annotation

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

Definition at line 14 of file title.php.

◆ $title

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

Output annotation title.

@uses $vars['annotation'] ElggAnnotation @uses $vars['title'] title (false for no title, '' for default title)

Definition at line 9 of file title.php.

◆ if

if ( $title==='' &&$annotation instanceof \ElggAnnotation) if(elgg_is_empty($title)) ( elgg_is_empty( $title)  )

Definition at line 24 of file title.php.