Go to the source code of this file.
◆ $annotation
◆ $icon
Annotation icon.
@uses $vars['annotation'] ElggAnnotation @uses $vars['icon'] Annotation icon. If false no icon will be shown, '' for default icon. @uses $vars['icon_size'] The icon size to draw for the entity (default: small) @uses $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
Definition at line 12 of file icon.php.
◆ $icon_entity
◆ $icon_size
◆ $owner
if (! $annotation instanceof ElggAnnotation) $owner = $annotation->getOwnerEntity() |
◆ if
if(! $owner instanceof ElggEntity) |
( |
! $owner instanceof |
ElggEntity | ) |
|