Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$icon = elgg_extract('icon', $vars, '') | |
Relationship icon. More... | |
if($icon===false) if($icon!== '') | $icon_size = elgg_extract('icon_size', $vars, 'small') |
$icon_entity = elgg_extract('icon_entity', $vars) | |
if($icon_entity instanceof ElggEntity) | $relationship = elgg_extract('relationship', $vars) |
if(!$relationship instanceof ElggRelationship) | $entity_one = get_entity($relationship->guid_one) |
if (!$entity_one instanceof ElggEntity) | |
if (!$relationship instanceof ElggRelationship) $entity_one = get_entity($relationship->guid_one) |
$icon = elgg_extract('icon', $vars, '') |
Relationship icon.
$vars['relationship'] ElggRelationship $vars['icon'] Relationship icon. If false no icon will be shown, '' for default icon. $vars['icon_size'] The icon size to draw for the entity (default: small) $vars['icon_entity'] The entity to draw the icon for. This can be different from the listed entity (eg owner of a blog) If provided no fallback logic will be applied
$icon_entity = elgg_extract('icon_entity', $vars) |
if ($icon===false) if ($icon!== '') $icon_size = elgg_extract('icon_size', $vars, 'small') |
if ($icon_entity instanceof ElggEntity) $relationship = elgg_extract('relationship', $vars) |
if(!$entity_one instanceof ElggEntity) |