Elgg  Version 5.1
Variables
tags.php File Reference

Go to the source code of this file.

Variables

 $tags = elgg_extract('tags', $vars, '')
 Output object tags. More...
 
if($tags===false) $entity = elgg_extract('entity', $vars)
 
 if ($tags=== ''&&$entity instanceof ElggEntity)
 

Variable Documentation

if ($tags===false) $entity = elgg_extract('entity', $vars)

Definition at line 14 of file tags.php.

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

Output object tags.

$vars['entity'] ElggEntity $vars['tags'] HTML for the tags (default is tags on entity, pass false for no tags)

Definition at line 9 of file tags.php.

if($tags=== ''&&$entity instanceof ElggEntity)

Definition at line 15 of file tags.php.