Elgg  Version 6.2
Variables
content.php File Reference

Go to the source code of this file.

Variables

 $content = elgg_extract('content', $vars, '')
 Outputs annotation summary content. More...
 
if($content===false) $annotation = elgg_extract('annotation', $vars)
 
if($content==='' && $annotation instanceof ElggAnnotationif (elgg_is_empty( $content))
 

Variable Documentation

◆ $annotation

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

Definition at line 14 of file content.php.

◆ $content

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

Outputs annotation summary content.

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

Definition at line 9 of file content.php.

◆ if

if ( $content==='' &&$annotation instanceof ElggAnnotation) if(elgg_is_empty($content)) ( elgg_is_empty( $content)  )

Definition at line 19 of file content.php.