Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$content = (string) elgg_extract('content', $vars) | |
View a item to use in a list. More... | |
$item = elgg_extract('item', $vars) | |
$li_attrs | |
if($item instanceof\ElggEntity) elseif($item instanceof\ElggRiverItem) elseif($item instanceof\ElggRelationship) | elseif (is_callable([$item, 'getType'])) |
$content = (string) elgg_extract('content', $vars) |
View a item to use in a list.
$vars['item'] ElggEntity, ElggAnnotation, ElggRiverItem or ElggRelationship object $vars['item_class'] Additional CSS class for the elements $vars['content'] Content of the list item
$item = elgg_extract('item', $vars) |
$li_attrs |
if ($item instanceof\ElggEntity) elseif ($item instanceof\ElggRiverItem) elseif ($item instanceof\ElggRelationship) elseif(is_callable([$item, 'getType'])) |