Elgg  Version master
Variables
default.php File Reference

Go to the source code of this file.

Variables

 $annotation = elgg_extract('annotation', $vars)
 Elgg default annotation view. More...
 
 if (! $annotation instanceof ElggAnnotation)
 

Variable Documentation

◆ $annotation

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

Elgg default annotation view.

Note
To add or remove from the annotation menu, register handlers for the menu:annotation hook.

@uses $vars['annotation'] ElggAnnotation

Definition at line 10 of file default.php.

◆ if

if(! $annotation instanceof ElggAnnotation) ( ! $annotation instanceof  ElggAnnotation)

Definition at line 11 of file default.php.