Elgg  Version master
Variables
link.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('item', $vars)
 Render a linked title. More...
 
 if (! $entity instanceof ElggEntity)
 

Variable Documentation

◆ $entity

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

Render a linked title.

@uses $vars['item'] The item being rendered @uses $vars['item_vars'] Vars received from the page/components/table view @uses $vars['type'] The item type or ""

Definition at line 10 of file link.php.

◆ if

if(! $entity instanceof ElggEntity) ( ! $entity instanceof  ElggEntity)

Definition at line 11 of file link.php.