Elgg  Version master
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

◆ $entity

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

Definition at line 14 of file tags.php.

◆ $tags

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

Output object tags.

@uses $vars['entity'] ElggEntity @uses $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

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

Definition at line 15 of file tags.php.